diff options
| author | Pierre-Marie Pédrot | 2016-06-09 16:50:07 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-06-09 17:48:02 +0200 |
| commit | 7527751d9772656b4680df311546825cc2dd3d8f (patch) | |
| tree | 27c07324760d255939dcb9ec556bf8e309ab5186 /engine/uState.mli | |
| parent | 8efb78da7900e7f13105aac8361272477f8f5119 (diff) | |
Adding a bit of documentation in the mli.
Diffstat (limited to 'engine/uState.mli')
| -rw-r--r-- | engine/uState.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/uState.mli b/engine/uState.mli index c5c454020c..0cdc6277a5 100644 --- a/engine/uState.mli +++ b/engine/uState.mli @@ -6,7 +6,9 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(** Universe unification states *) +(** This file defines universe unification states which are part of evarmaps. + Most of the API below is reexported in {!Evd}. Consider using higher-level + primitives when needed. *) open Names |
