runtimeverification / michelson-semantics

A K semantics of Tezos' Michelson language.
Other
17 stars 6 forks source link

Simplify comparison reasoning for the prover #234

Closed sskeirik closed 3 years ago

sskeirik commented 3 years ago

This PR allows most kinds of well-typed comparisons to be reduced into total comparison functions (without the need for #if) which seems to work better with K's Haskell backend.

This should be rebased on master and merged after #229

sskeirik commented 3 years ago

We are folding this PR into #231