Remix.run Logo
rurban 3 hours ago

tests/theorem-rand.scm is beautiful!

e.g.

      theorem vec-zip
         ∀ v ∊ (Vector-of Short)
            (vector-zip + v v) = (vector-map (λ (x) (* x 2)) v)