]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_extraction/common.mli
Use of standard OCaml syntax
[helm.git] / matita / components / ng_extraction / common.mli
index 4bde847ac77e76fdf2b75778d594b253483b7d7d..38e591d8765beb2a3b0bcb685d4d8ccdc45aca43 100644 (file)
@@ -9,8 +9,8 @@
 (*i $Id: common.mli 14641 2011-11-06 11:59:10Z herbelin $ i*)
 
 open Coq
-open Miniml
-open Mlutil
+(**open Miniml
+open Mlutil*)
 open OcamlExtractionTable
 
 (** By default, in module Format, you can do horizontal placing of blocks
@@ -19,7 +19,6 @@ open OcamlExtractionTable
     we attach a big virtual size to [fnl] newlines. *)
 
 val fnl : unit -> std_ppcmds
-val fnl2 : unit -> std_ppcmds
 val space_if : bool -> std_ppcmds
 
 val pp_par : bool -> std_ppcmds -> std_ppcmds
@@ -36,9 +35,9 @@ val push_vars : identifier list -> env -> identifier list * env
 val get_db_name : int -> env -> identifier
 
 (* true = capitalize *)
-val modname_of_filename: #status as 'status-> bool -> string -> 'status * string
+val modname_of_filename: (#status as 'status)-> bool -> string -> 'status * string
 
 type kind = Term | Type | Cons
 
 val pp_global :
#status as 'status -> kind -> NReference.reference -> 'status * string
(#status as 'status) -> kind -> NReference.reference -> 'status * string