0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix constraints on type of primitive `intmod`. More... about 7 years ago
Rename `Cryptol.Utils.PP.<>` to avoid clash with `Semigroup` operator. More... about 7 years ago
Fix test output due to addition of new primitive. More... about 7 years ago
Add a variant of the `demote` primitive for type `Z n`. More... about 7 years ago
Fix implementation of `^^` on type `Z n` in symbolic backend. More... about 7 years ago
Remove unused import. More... about 7 years ago
Make type `Z n` an instance of class `Literal`. More... about 7 years ago
Merge branch 'master' into literal-class More... about 7 years ago
Remove special cases in evaluator for types `Z 0` and `Z inf`. More... about 7 years ago
Make type `Z n` a partial type operator, requiring (fin n, n >= 1). More... about 7 years ago
Use size parameter in random value generator for type Integer. More... about 7 years ago
Fix exhaustive and random testing for integers-mod-n type. More... about 7 years ago
Initial implementation of type `Z n` (integers mod `n`). More... about 7 years ago
Reimplement comparison primitives by recursion on the TValue. More... about 7 years ago
Fix incomplete pattern match warnings. More... about 7 years ago
Remove unused constructors from Parser.AST.Type datatype. More... about 7 years ago
Renamer handles built-in types like `Integer` and `Bit` using `TApp`. More... about 7 years ago
Split new modules Fixity and Selector from Cryptol.Parser.AST. More... about 7 years ago
Remove dead code. More... about 7 years ago
Remove integer-based arguments to `logicUnary` and `logicBinary`. More... about 7 years ago
Simplify case expression. More... about 7 years ago
For quick-checking integer properties, use a randomized bit width. More... over 7 years ago
Report "untestable type" error when using :exhaust with type Integer. More... over 7 years ago
Remove redundant prelude functions `not`, `extend`, and `extendSigned`. More... over 7 years ago
Formatting code and comments in Cryptol.cry. More... over 7 years ago
Add short section to Cryptol book about type Integer. More... over 7 years ago
Update tests to account for Cryptol::Extras merge More... over 7 years ago
Merge Cryptol/Extras.cry with Cryptol.cry More... over 7 years ago
Document :exhaust command in the cryptol book. Fixes #466. More... over 7 years ago
Merge branch 'master' of github.com:GaloisInc/cryptol More... over 7 years ago