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.ml | |
| 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.ml')
| -rw-r--r-- | kernel/constant.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/constant.ml b/kernel/constant.ml index 9699d68a75..ba932b7885 100644 --- a/kernel/constant.ml +++ b/kernel/constant.ml @@ -18,7 +18,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; |
