src/Tools/Code/code_ml.ML
changeset 37819 000049335247
parent 37748 0af0d45257be
child 37821 3cbb22cec751
--- 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;