diff options
| author | Théo Zimmermann | 2020-06-08 13:35:29 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-06-09 13:32:12 +0200 |
| commit | 7fa123e4380b0de201088ebbe6720a0a60a56f21 (patch) | |
| tree | 72ade6debf664d1e5b9144b15854b930a1c20abe /doc/sphinx/addendum | |
| parent | fcbae04dbe2e0777e2901cd4dff3bb5d482e3bc2 (diff) | |
Minor improvements to the section on sorts.
Diffstat (limited to 'doc/sphinx/addendum')
| -rw-r--r-- | doc/sphinx/addendum/universe-polymorphism.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/universe-polymorphism.rst b/doc/sphinx/addendum/universe-polymorphism.rst index 12fd038fb6..b0ef792bd1 100644 --- a/doc/sphinx/addendum/universe-polymorphism.rst +++ b/doc/sphinx/addendum/universe-polymorphism.rst @@ -361,6 +361,7 @@ it is an atomic universe (i.e. not an algebraic max() universe). to the sort :g:`Set` and only collapses floating universes between themselves. +.. _explicit-universes: Explicit Universes ------------------- @@ -387,7 +388,7 @@ to universes and explicitly instantiate polymorphic definitions. Polymorphic Universe @ident In the monorphic case, this command declares a new global universe - named :g:`ident`, which can be referred to using its qualified name + named :token:`ident`, which can be referred to using its qualified name as well. Global universe names live in a separate namespace. The command supports the :attr:`universes(polymorphic)` attribute (or the ``Polymorphic`` prefix) only in sections, meaning the universe |
