Minor fix

This commit is contained in:
Wen Kokke 2020-02-08 14:30:29 +00:00
parent 310ab57692
commit 84556ab62e

View file

@ -242,7 +242,7 @@ is permitted to type `0` as shorthand for `zero`, `1` as shorthand for
`suc zero`, `2` as shorthand for `suc (suc zero)`, and so on. The pragma
must be given a previously declared type (in this case ``) with
precisely two constructors, one with no arguments (in this case `zero`),
and one with a single argument of the given type (in this case `succ`).
and one with a single argument of the given type (in this case `suc`).
As well as enabling the above shorthand, the pragma also enables a
more efficient internal representation of naturals using the Haskell