diff options
| author | Enrico Tassi | 2019-04-01 13:32:56 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-04-01 13:32:56 +0200 |
| commit | 606aa700cc258ceb01abbead42d38ef2e31ad6cd (patch) | |
| tree | d1aea8e9a50feb0c398c9eda2b0145291768ab26 /doc | |
| parent | d16633368ba33d05bcae3e98b1e05efc5f530206 (diff) | |
| parent | 7df2d5bb117259b3af15c865903b05ee3a1f083e (diff) | |
Merge PR #9870: Minor refactoring in canonical structures
Reviewed-by: Zimmi48
Reviewed-by: gares
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/addendum/canonical-structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/canonical-structures.rst b/doc/sphinx/addendum/canonical-structures.rst index a9d894cab5..dd21ea09bd 100644 --- a/doc/sphinx/addendum/canonical-structures.rst +++ b/doc/sphinx/addendum/canonical-structures.rst @@ -92,7 +92,7 @@ and use the ``==`` notation on terms of this type. Derived Canonical Structures ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -We know how to use ``== `` on base types, like ``nat``, ``bool``, ``Z``. Here we show +We know how to use ``==`` on base types, like ``nat``, ``bool``, ``Z``. Here we show how to deal with type constructors, i.e. how to make the following example work: |
