diff -r dd65033fed78 -r 000049335247 src/Tools/Code/code_ml.ML --- a/src/Tools/Code/code_ml.ML Wed Jul 14 14:16:12 2010 +0200 +++ b/src/Tools/Code/code_ml.ML Wed Jul 14 14:20:47 2010 +0200 @@ -12,8 +12,8 @@ -> Code_Thingol.naming -> Code_Thingol.program -> string list -> string * string option list val print_tuple: (Code_Printer.fixity -> 'a -> Pretty.T) -> Code_Printer.fixity -> 'a list -> Pretty.T option - val check_SML: theory -> Path.T -> unit - val check_OCaml: theory -> Path.T -> unit + val check_SML: theory -> unit + val check_OCaml: theory -> unit val setup: theory -> theory end;