src/Tools/Code/code_ml.ML
changeset 37819 000049335247
parent 37748 0af0d45257be
child 37821 3cbb22cec751
equal deleted inserted replaced
37818:dd65033fed78 37819:000049335247
    10   val target_OCaml: string
    10   val target_OCaml: string
    11   val evaluation_code_of: theory -> string -> string
    11   val evaluation_code_of: theory -> string -> string
    12     -> Code_Thingol.naming -> Code_Thingol.program -> string list -> string * string option list
    12     -> Code_Thingol.naming -> Code_Thingol.program -> string list -> string * string option list
    13   val print_tuple: (Code_Printer.fixity -> 'a -> Pretty.T)
    13   val print_tuple: (Code_Printer.fixity -> 'a -> Pretty.T)
    14     -> Code_Printer.fixity -> 'a list -> Pretty.T option
    14     -> Code_Printer.fixity -> 'a list -> Pretty.T option
    15   val check_SML: theory -> Path.T -> unit
    15   val check_SML: theory -> unit
    16   val check_OCaml: theory -> Path.T -> unit
    16   val check_OCaml: theory -> unit
    17   val setup: theory -> theory
    17   val setup: theory -> theory
    18 end;
    18 end;
    19 
    19 
    20 structure Code_ML : CODE_ML =
    20 structure Code_ML : CODE_ML =
    21 struct
    21 struct