unison/unison-src/tests/one-liners.uu
2018-09-24 13:15:40 -04:00

3 lines
88 B
Plaintext

(if true then 1 else 2) : Nat
(if true then (x -> x) else (x -> x) : forall a . a -> a)