]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/cicAst.ml
Dead code for packing/unpacking (usually just a big hack) commented out
[helm.git] / helm / ocaml / cic_transformations / cicAst.ml
index ca48567863aa8d9c88ebf6eba9aa986db55c1fae..3f14ebf7378a9502c07a263feb85b94ccae6471b 100644 (file)
@@ -82,6 +82,7 @@ and meta_subst = term option
 and subst = string * term
 and case_pattern = string * capture_variable list
 
+(*
 let pack asts =
   List.fold_right
     (fun ast acc -> Binder (`Forall, (Cic.Anonymous, Some ast), acc))
@@ -91,4 +92,4 @@ let rec unpack = function
   | Binder (`Forall, (Cic.Anonymous, Some ast), Sort `Type) -> [ast]
   | Binder (`Forall, (Cic.Anonymous, Some ast), tgt) -> ast :: unpack tgt
   | _ -> assert false
-
+*)