Idris2/tests/idris2/basic/basic070/Issue2593.idr

7 lines
57 B
Idris
Raw Normal View History

two: Nat
two = 2
bar: a -> a
bar x = x where
wat = two