0
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
print out all the declarations, not just current module More... about 8 years ago
don't print out proof things for now More... about 8 years ago
change in normalization of Min More... about 8 years ago
New rule: `min K1 a >= K2` ~> a >= K2 if `K1 >= K2`, and `False` otherwise More... about 8 years ago
Some code that is useful for tracing the simplifier when debugging. More... about 8 years ago
Just some comments that make it easy to disable defaulting. More... about 8 years ago
no longer defining new versions of Show, using different typeclass More... about 8 years ago
:all command and :ast command work More... about 8 years ago
added :ast command, working on printing out all definitions More... about 8 years ago
Updated with latest changes to Eval/Reference.lhs (5d9d8ba7) More... about 8 years ago
Removed definition of binary infix (~) from Cryptol prelude. Fixes #423. More... about 8 years ago
Update doc-strings to mention syntactic sugar for complement and sequences. More... about 8 years ago
Avoid using `copyByValue` with the wrong type. Fixes #420. More... over 8 years ago
Fix a corner case for `join` on 0-length inner sequences. More... over 8 years ago
Ignore stack and cabal new-build build artifacts More... over 8 years ago
Implement a missing case in the definition of 'transpose'. More... over 8 years ago
Reference interpreter: `update` raises run-time error on invalid index. More... over 8 years ago
Add regression tests for #406, #408, and #410. More... over 8 years ago
Merge branch 'robdockins-master' More... over 8 years ago
Merge branch 'master' of https://github.com/robdockins/cryptol into robdockins-master More... over 8 years ago
Fix type sanity checker problems on list comprehensions. More... over 8 years ago
Reference interpreter: fix bug in tuple comparisons More... over 8 years ago
Reference interpreter: Fix strictness of enumeration, shift/rotate, indexing More... over 8 years ago
Reference interpreter: Fix strictness of Arith and polynomial functions More... over 8 years ago
Perform more careful handling of divide-by-0 conditions. More... over 8 years ago
Clarify which prover finished first More... over 8 years ago
Add rendered semantics document to repository More... over 8 years ago
Write out the typechecker prelude when necessary More... over 8 years ago
Edit documentation for reference interpreter. More... over 8 years ago
Add rules for Semantics.pdf to docs/Makefile More... over 8 years ago