Skip to content

Commit

Permalink
Fix typos in multiplication semantics (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus authored and Gabriella439 committed Dec 27, 2018
1 parent 60e396c commit 9011db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standard/semantics.md
Expand Up @@ -2261,10 +2261,10 @@ normalize to a `Natural` literal:

l ⇥ m r ⇥ n
───────────── ; "m * n" means "use machine multiplication"
l + r ⇥ m * n
l * r ⇥ m * n


Also, simplify the "plus" operator if either argument normalizes to either a
Also, simplify the "times" operator if either argument normalizes to either a
`0` literal:


Expand Down

0 comments on commit 9011db0

Please sign in to comment.