diff options
| author | filliatr | 2001-04-10 13:21:45 +0000 |
|---|---|---|
| committer | filliatr | 2001-04-10 13:21:45 +0000 |
| commit | 2bb2d480b547e58deb2ec62791c8990ecac777b0 (patch) | |
| tree | 64dafd639dab62bf0c15cda96b9cab129c9c726a /contrib/correctness/pmisc.mli | |
| parent | 8eaf1799ec07bf823a366920e39d79e827f94971 (diff) | |
réparation Correctness; options Extraction (changement de syntaxe)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1571 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/correctness/pmisc.mli')
| -rw-r--r-- | contrib/correctness/pmisc.mli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/correctness/pmisc.mli b/contrib/correctness/pmisc.mli index 96519ee9f2..a4359b6d89 100644 --- a/contrib/correctness/pmisc.mli +++ b/contrib/correctness/pmisc.mli @@ -15,8 +15,6 @@ open Term module SpSet : Set.S with type elt = section_path -val coq_constant : string list -> string -> section_path - (* Some misc. functions *) val reraise_with_loc : Coqast.loc -> ('a -> 'b) -> 'a -> 'b @@ -57,8 +55,12 @@ val subst_ast_in_ast : (identifier * Coqast.t) list -> Coqast.t -> Coqast.t val real_subst_in_constr : (identifier * constr) list -> constr -> constr val constant : string -> constr +val coq_constant : string list -> string -> section_path val conj : constr -> constr -> constr +val coq_true : constr +val coq_false : constr + val connective_and : identifier val connective_or : identifier val connective_not : identifier |
