mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
take`{1} (join [0x1, 0x2, error "boom", 0x4])
|
|
take`{1} [True, False, error "boom", True]
|
|
(splitAt`{0} [True, False, error "boom", True]).0
|
|
(splitAt`{0} [True, False, error "boom", True]).1
|