diff options
| author | herbelin | 1999-12-15 15:02:52 +0000 |
|---|---|---|
| committer | herbelin | 1999-12-15 15:02:52 +0000 |
| commit | 490c8fa3145e861966dd83f6dc9478b0b96de470 (patch) | |
| tree | fe86af99906a949c65cbf2927f47135086be62bb /toplevel/command.mli | |
| parent | 48249e6831061420ac57f38b538185008f9a5011 (diff) | |
Les inductifs dans Scheme doivent ĂȘtre des ident d'inductifs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@256 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.mli')
| -rw-r--r-- | toplevel/command.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli index 8b99e1657a..eaeb289c09 100644 --- a/toplevel/command.mli +++ b/toplevel/command.mli @@ -35,7 +35,5 @@ val build_recursive : val build_corecursive : (identifier * Coqast.t * Coqast.t) list -> unit -val mkProdCit : (identifier * Coqast.t) list -> Coqast.t -> Coqast.t - -val build_scheme : (identifier * bool * Coqast.t * Coqast.t) list -> unit +val build_scheme : (identifier * bool * identifier * Coqast.t) list -> unit |
