mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 11:22:33 +03:00
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
|
:set core-lint=on
|
||
|
:t s where s x = (bs where bs = [~ b | b <- [~x] # bs | _ <- bs])
|
||
|
:t bs where bs = [b | b <- bs]
|
||
|
:t [ b | b <- [True] ]
|