equal
deleted
inserted
replaced
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 |