mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
|
1/1: Building ParamsPrint (ParamsPrint.idr)
|
||
|
Main> {n : Nat}
|
||
|
a : Int
|
||
|
i : Int
|
||
|
b : Bool
|
||
|
i1 : func a b
|
||
|
------------------------------
|
||
|
whut : func a b
|
||
|
Main> Bye for now!
|