]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_refiner/nDiscriminationTree.ml
arithmetics for λδ
[helm.git] / matitaB / components / ng_refiner / nDiscriminationTree.ml
index 50c3bd208d2b1c4465b0da542a9ecdbe8a72f803..531f7642832338f5d1285a060ae062924f8d84dc 100644 (file)
@@ -65,6 +65,7 @@ let ppelem = function
 let path_string_of t =
   let rec aux arity depth = function
     | NCic.Appl ((NCic.Meta _|NCic.Implicit _)::_) -> [Variable]
+    | NCic.Appl (NCic.Match _::_) -> [Dead]
     | NCic.Appl (NCic.Lambda _ :: _) -> [Variable] (* maybe we should b-reduce *)
     | NCic.Appl [] -> assert false
     | NCic.Appl l when depth > 10 || List.length l > 50 -> [Variable]