diff options
author | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2015-10-13 18:30:47 +0200 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2015-10-13 18:30:47 +0200 |
commit | ed95f122f3c68becc09c653471dc2982b346d343 (patch) | |
tree | 87e323b2d382c285e1eae864338ea397fda0923d /dev/doc | |
parent | 26974a4a2301cc7b1188a3f2f29f3d3368eccc0b (diff) |
Fix some typos.
Diffstat (limited to 'dev/doc')
-rw-r--r-- | dev/doc/univpoly.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/univpoly.txt b/dev/doc/univpoly.txt index 9e243eead..6a69c5793 100644 --- a/dev/doc/univpoly.txt +++ b/dev/doc/univpoly.txt @@ -167,7 +167,7 @@ kernel/univ.ml was modified. The new API forces every universe to be declared before it is mentionned in any constraint. This forces to declare every universe to be >= Set or > Set. Every universe variable introduced during elaboration is >= Set. Every _global_ universe is now -declared explicitely > Set, _after_ typechecking the definition. In +declared explicitly > Set, _after_ typechecking the definition. In polymorphic definitions Type@{i} ranges over Set and any other universe j. However, at instantiation time for polymorphic references, one can try to instantiate a universe parameter with Prop as well, if the |