mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-13 17:25:29 +03:00
4ba3bb6670
Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
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])
|