diff options
author | 2001-03-01 10:09:34 +0000 | |
---|---|---|
committer | 2001-03-01 10:09:34 +0000 | |
commit | bb7d7482724489521dde94a5b70af7864acfa802 (patch) | |
tree | 821dfa6baa108de2b2af016e842164f01a39101f /contrib | |
parent | 05b756a9a5079e91c5015239bb801918d4903c08 (diff) |
nouvelle implantation de la reduction
suppression de IsXtra du noyau
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1416 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ring/ring.ml | 4 | ||||
-rw-r--r-- | contrib/xml/xmlcommand.ml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/contrib/ring/ring.ml b/contrib/ring/ring.ml index 7b3b8f6f6..1cfbf965c 100644 --- a/contrib/ring/ring.ml +++ b/contrib/ring/ring.ml @@ -217,7 +217,7 @@ let _ = (constr_of amult) (constr_of aone) (constr_of azero) - (mkXtra "not a term") + mkImplicit (constr_of aeq) (constr_of t) (cset_of_comarg_list l))) @@ -253,7 +253,7 @@ let _ = (constr_of amult) (constr_of aone) (constr_of azero) - (mkXtra "not a term") + mkImplicit (constr_of aeq) (constr_of t) ConstrSet.empty)) diff --git a/contrib/xml/xmlcommand.ml b/contrib/xml/xmlcommand.ml index 4d4b05d78..0f55481c3 100644 --- a/contrib/xml/xmlcommand.ml +++ b/contrib/xml/xmlcommand.ml @@ -485,8 +485,6 @@ let print_term inner_types l env csr = (Array.mapi (fun j x -> (x,t.(j),b.(j)) ) (Array.of_list f) ) [<>] >] ) - | T.IsXtra _ -> - Util.anomaly "Xtra node in a term!!!" | T.IsEvar _ -> Util.anomaly "Evar node in a term!!!" in |