]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content2cic.ml
* removed currified constructors everywhere. A bug in the ocaml compiler
[helm.git] / helm / ocaml / cic_omdoc / content2cic.ml
index 65ea0d3069efc56f460ac632aefaf4590732531a..2cc72933b884cbaca2eeea3ddc2b1d51ed625db3 100644 (file)
@@ -154,8 +154,8 @@ let proof2cic deannotate p =
              conclude.Con.conclude_method = "Exists" ||
              conclude.Con.conclude_method = "FalseInd") then
       (match (List.tl conclude.Con.conclude_args) with
-         Con.Term (C.AAppl 
-            id ((C.AConst(idc,uri,exp_named_subst))::params_and_IP))::args ->
+         Con.Term (C.AAppl (
+            id,((C.AConst(idc,uri,exp_named_subst))::params_and_IP)))::args ->
            let subst =
              List.map (fun (u,t) -> (u, deannotate t)) exp_named_subst in 
            let cargs = args2cic premise_env args in