]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgUntrusted.ml
new options activated
[helm.git] / helm / software / helena / src / basic_rg / brgUntrusted.ml
index 8425774d2a6bc890cb4cd439b67fec74ee9ab24c..877fee9d8380e6f739d237ed385660a3e446bfb7 100644 (file)
@@ -44,7 +44,7 @@ let validate err f st e =
    let uri, t = match e with
       | _, _, uri, E.Abst t -> uri, t
       | _, _, uri, E.Abbr t -> uri, t
-      | _, _, _,   E.Void   -> assert false
+      | _, _, _,    E.Void   -> assert false
    in
    let err msg = err (L.Uri uri :: msg) in
    let f () = let _ = BE.set_entity e in f () in