]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagType.ml
basic_rg: reduction was not tail recursive by mistake
[helm.git] / helm / software / lambda-delta / basic_ag / bagType.ml
index 1bc6fb2259869276fcbc6003b90dc774e6adb64f..30d8ac48b17823b8929efbb85f062b26c6f5a6bf 100644 (file)
@@ -68,6 +68,7 @@ let rec b_type_of f ~si g c x =
          | _, _, Y.Abst w               -> f x w
         | _, _, Y.Abbr (B.Cast (w, v)) -> f x w
         | _, _, Y.Abbr _               -> assert false
+        | _, _, Y.Void                 -> assert false
       in
       E.get_entity f uri   
    | B.Bind (l, id, B.Abbr v, t) ->