Refactor the Ata module:
[tatoo.git] / src / tatoo.ml
index 8b50581..c3cddfe 100644 (file)
@@ -50,7 +50,7 @@ let main () =
     Logger.msg `STATS "@[Automaton: @\n%a@]" Ata.print auto;
   end;
 
-  let module Naive = Eval.Make(Naive_tree) in
+  let module Naive = Run.Make(Naive_tree) in
   let results =
     time (Naive.eval auto doc) (Naive_tree.root doc) "evaluating query"
   in