From: Claudio Sacerdoti Coen Date: Sat, 10 Nov 2007 11:05:00 +0000 (+0000) Subject: Dead code removed. X-Git-Tag: 0.4.95@7852~29 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=475dce2026d582f3a7829599dc8cfddb865d4640 Dead code removed. More ocaml keywords. --- diff --git a/components/cic_exportation/cicExportation.ml b/components/cic_exportation/cicExportation.ml index 813e65c29..f35cd0e1e 100644 --- a/components/cic_exportation/cicExportation.ml +++ b/components/cic_exportation/cicExportation.ml @@ -45,8 +45,7 @@ let analyze_type context t = let rec aux = function Cic.Sort s -> `Sort s - | Cic.Prod (_,_,t) - | Cic.Lambda (_,_,t) -> aux t + | Cic.Prod (_,_,t) -> aux t | _ -> `SomethingElse in match aux t with @@ -63,7 +62,9 @@ let ppid = let reserved = [ "to"; "mod"; - "val" + "val"; + "in"; + "function" ] in function n ->