Idris2/tests/idris2/interpreter006/input
2021-01-27 23:14:41 +00:00

16 lines
119 B
Plaintext

2+2
it
it
"test"
:t it
:t it ++ it
it
1
:let f : Integer -> Integer
:let f x = x + it
f 1
f 1
2
the (it === 2) Refl
:q