aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ring/ring.ml4
-rw-r--r--contrib/xml/xmlcommand.ml2
2 files changed, 2 insertions, 4 deletions
diff --git a/contrib/ring/ring.ml b/contrib/ring/ring.ml
index 7b3b8f6f63..1cfbf965cc 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 4d4b05d784..0f55481c32 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