mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
|
Just ([("hello", 5), ("world", 5), ("!", 1)], ["Not", "seen"])
|
||
|
Just (["hello", "world", "!"], [("Not", 3), ("seen", 4)])
|
||
|
Just ([1, 2, 3], [\ _ => Nothing])
|