unison/unison-src/tests/effect-instantiation2.u

9 lines
113 B
Plaintext
Raw Normal View History

2019-04-04 20:59:12 +03:00
woot : a -> a -> a
woot a a2 = a
2021-08-24 21:33:27 +03:00
structural ability Hi where
2019-04-04 20:59:12 +03:00
hi : Float ->{Hi} Int
> woot Float.floor Hi.hi