Skip to content

Commit

Permalink
fix(05): edit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amarmaduke committed Jul 16, 2016
1 parent f503bc6 commit cd852b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05_Interacting_with_Lean.org
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ open algebra nat int
variables a b : int
variables m n : nat

check a + b --
check m + n --
check a + b --
check m + n --
print notation +
#+END_SRC
This is sometimes called /parametric polymorphism/, in contrast to /ad
Expand Down

0 comments on commit cd852b8

Please sign in to comment.