Skip to content

Commit

Permalink
lemmas.k.md: remove fake news math
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Sep 18, 2019
1 parent 5e97364 commit ca582e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lemmas.k.md
Expand Up @@ -441,7 +441,7 @@ rule (A +Int pow256) -Int #unsigned(B) => A -Int B
// mului
// lemmas for sufficiency
rule A *Word #unsigned(B) => #unsigned(A *Int B)
rule A *Int #unsigned(B) => #unsigned(A *Int B)
requires #rangeUInt(256, A)
andBool #rangeSInt(256, B)
andBool #rangeSInt(256, A *Int B)
Expand Down

0 comments on commit ca582e0

Please sign in to comment.