unison/unison-src/tests/one-liners.uu

3 lines
91 B
Plaintext

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