unison/unison-src/tests/514.u

14 lines
137 B
Plaintext
Raw Normal View History

2019-07-03 05:59:49 +03:00
-- all these can be added
idNat : Nat -> Nat
idNat x = x
idInt : Int -> Int
idInt x = x
idPoly x = x
idPoly2 : x -> x
idPoly2 y = y