Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llee454 authored Aug 11, 2018
1 parent f72a418 commit 8112c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In addition, this module includes two expression simplifiers. The first, defined

Monoid_expr.v uses the first of these simplifiers to prove monoid equations and provides an intuitive notation for writing equations. The following examples demonstrate this feature for some simple equations:

```
```coq
Let reflect_test_0
: (a + 0) = (0 + a)
:= reflect
Expand Down

0 comments on commit 8112c66

Please sign in to comment.