Skip to content

Commit 80d4556

Browse files
authored
Minor changes (#17)
1 parent 9f0f3bc commit 80d4556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeroyCompilerVerificationCourse/Constprop.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ instance [BEq α] [BEq β] [Hashable α] : BEq (Std.HashMap α β) where
5353
`mk_MINUS a1 a2` produces an expression equivalent to `MINUS a1 a2`
5454
using similar tricks. Note that "expression minus constant" is
5555
always normalized into "expression plus opposite constant",
56-
simplifying the case analyses. *)
56+
simplifying the case analyses.
5757
-/
5858
@[grind] def mk_MINUS (a1 a2 : aexp) : aexp :=
5959
match a1, a2 with

0 commit comments

Comments
 (0)