X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FcicAst.ml;h=3f14ebf7378a9502c07a263feb85b94ccae6471b;hb=c27b932e5adcf89dc9de0e28f65e3370fe3e6b05;hp=ca48567863aa8d9c88ebf6eba9aa986db55c1fae;hpb=51d9b14ac63f4d4f045772ccd006b49e87d8f4bc;p=helm.git diff --git a/helm/ocaml/cic_transformations/cicAst.ml b/helm/ocaml/cic_transformations/cicAst.ml index ca4856786..3f14ebf73 100644 --- a/helm/ocaml/cic_transformations/cicAst.ml +++ b/helm/ocaml/cic_transformations/cicAst.ml @@ -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 - +*)