mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
16 lines
119 B
Plaintext
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
|