1
1
mirror of https://github.com/GaloisInc/cryptol.git synced 2024-12-15 10:46:37 +03:00
cryptol/lib
Brian Huffman 69ebb77a56 Support indexing on the left-hand sides of declarations.
The declaration `xs @ i = e` is syntactic sugar for
`xs = generate (\i -> e)`.
2019-06-18 16:11:01 -07:00
..
Cryptol.cry Support indexing on the left-hand sides of declarations. 2019-06-18 16:11:01 -07:00
CryptolTC.z3 Remove unused primitive type operator lengthFromThen. 2019-02-27 17:11:18 -08:00