diff options
| author | filliatr | 1999-09-07 12:51:05 +0000 |
|---|---|---|
| committer | filliatr | 1999-09-07 12:51:05 +0000 |
| commit | 691d37218de76b0bf8084653ee85ddae43ff74a8 (patch) | |
| tree | f766244d376498aad4e485b93204f534dd922e2e /kernel/constant.mli | |
| parent | 2fe077a604a17e44b000ffe76efa08fa7a903719 (diff) | |
mise en place commandes minicoq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@42 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/constant.mli')
| -rw-r--r-- | kernel/constant.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/constant.mli b/kernel/constant.mli index bc3d1a4e3d..d8aeb7670e 100644 --- a/kernel/constant.mli +++ b/kernel/constant.mli @@ -17,7 +17,7 @@ type recipe = type constant_entry = { const_entry_body : constr; - const_entry_type : constr } + const_entry_type : constr option } type constant_body = { const_kind : path_kind; |
