mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 04:33:45 +03:00
7 lines
57 B
Idris
7 lines
57 B
Idris
|
two: Nat
|
||
|
two = 2
|
||
|
|
||
|
bar: a -> a
|
||
|
bar x = x where
|
||
|
wat = two
|