X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_exportation%2FcicExportation.ml;h=37eff255b87c3132f644aad51c71e6b7cadc10ba;hb=83dc35577bad633a2c45a38eed99e866a8f176d0;hp=eeddc094996e2d06f9ff0051c92e2e152bcdaec8;hpb=a5bfa65b18a876fca982270f673c686a7d124f65;p=helm.git diff --git a/components/cic_exportation/cicExportation.ml b/components/cic_exportation/cicExportation.ml index eeddc0949..37eff255b 100644 --- a/components/cic_exportation/cicExportation.ml +++ b/components/cic_exportation/cicExportation.ml @@ -345,6 +345,11 @@ let ppty current_module_name = let rec args context = function Cic.Prod (n,s,t) -> + let n = + match n with + Cic.Anonymous -> Cic.Anonymous + | Cic.Name n -> Cic.Name (String.uncapitalize n) + in (match analyze_type context s with `Sort Cic.Prop -> args ((Some (n,Cic.Decl s))::context) t | `Statement