diff options
| author | filliatr | 1999-08-17 14:05:47 +0000 |
|---|---|---|
| committer | filliatr | 1999-08-17 14:05:47 +0000 |
| commit | c85ed98ae100c524bb572ebbfd2f4228a11932be (patch) | |
| tree | b461527c8fb68d464f3cea9832787e8352421c10 /kernel/univ.mli | |
| parent | 6b2bb43c4eb815af8f7128b2f2848157c6b020d7 (diff) | |
generic, term et evd
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/univ.mli')
| -rw-r--r-- | kernel/univ.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli new file mode 100644 index 0000000000..0bfaddbcc5 --- /dev/null +++ b/kernel/univ.mli @@ -0,0 +1,12 @@ + +(* $Id$ *) + +open Names + +type universe = { u_sp : section_path; u_num : int } + +val dummy_univ : universe + +val prop_univ : universe +val prop_univ_univ : universe +val prop_univ_univ_univ : universe |
