mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
1/1: Building matchlits (matchlits.idr)
|
||
|
Main> Main.test1 : Int -> Int
|
||
|
test1 256 = 42
|
||
|
test1 64 = 43
|
||
|
test1 1234567890 = 44
|
||
|
test1 _ = 0
|
||
|
Main> Bye for now!
|