diff options
| author | herbelin | 1999-11-25 01:13:21 +0000 |
|---|---|---|
| committer | herbelin | 1999-11-25 01:13:21 +0000 |
| commit | 2e57237d7518d8cd4ea2b608e5e7c96eb5698638 (patch) | |
| tree | f9319bd7346bb5cde1c6a7d9222337bf909e41da /pretyping/pretyping.ml | |
| parent | e5a040666d1dc58995d7a08e8fe18de90abc7a2d (diff) | |
Des progres dans l'integration
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@140 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/pretyping.ml')
| -rw-r--r-- | pretyping/pretyping.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pretyping/pretyping.ml b/pretyping/pretyping.ml index 7fa60737d0..19065bebb3 100644 --- a/pretyping/pretyping.ml +++ b/pretyping/pretyping.ml @@ -126,11 +126,11 @@ let pretype_ref loc isevars env = function pretype vtcon isevars env (abst_value cstr) else error "Cannot typecheck an unevaluable abstraction" *) - -| REVar (sp,ids) -> +| REVar (sp,ids) -> error " Not able to type terms with dependent subgoals" +(* Not able to type goal existential yet let cstr = mkConst sp (ctxt_of_ids ids) in make_judge cstr (type_of_existential env !isevars cstr) - +*) | RInd ((sp,i),ids) -> let cstr = mkMutInd sp i (ctxt_of_ids ids) in make_judge cstr (type_of_inductive env !isevars cstr) |
