Commit graph

5 commits

Author SHA1 Message Date
Simon Cruanes
8a3e7528c3
refactor(simplify): use new proof trace from sidekick.proof 2022-10-12 12:20:50 -04:00
Simon Cruanes
a446af49be
doc 2022-08-16 21:58:00 -04:00
Simon Cruanes
b73c1bf464
feat(bool): use binary symbols for boolean operators
this helps in simplifying only fully applied boolean operators, and
avoiding simplifying the binary function `(or)` to `(false)`
2022-08-10 22:41:53 -04:00
Simon Cruanes
1edf054104
refactor(proof): use a suspension but keep uniform Proof_term.data type
this makes proof terms uniformly printable or (de)serializable.
2022-07-31 15:01:11 -04:00
Simon Cruanes
1e1b0f352d
feat(simplify): add sidekick_simplify library 2022-07-30 21:17:55 -04:00