cryptol/lib
Rob Dockins 7b0f69de28 Implement an experimental parmap operation.
This is semantically the same as `map` on finite sequences,
but forks a separate Haskell thread for each element of the sequence.
When the GHC runtime is instructed to use multiple OS threads,
data-parallel exeuction can be achieved.
2020-07-09 10:54:03 -07:00
..
Array.cry Fix Array.cry comment. (#748) 2020-06-02 20:26:49 -07:00
Cryptol.cry Implement an experimental parmap operation. 2020-07-09 10:54:03 -07:00
CryptolTC.z3 Remove unused primitive type operator lengthFromThen. 2019-02-27 17:11:18 -08:00
Float.cry Initial support for floating point computation 2020-06-29 15:31:34 -07:00