Refactor the Ata module:
[tatoo.git] / src / eval.mli
diff --git a/src/eval.mli b/src/eval.mli
deleted file mode 100644 (file)
index 8476326..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-(***********************************************************************)
-(*                                                                     *)
-(*                               TAToo                                 *)
-(*                                                                     *)
-(*                     Kim Nguyen, LRI UMR8623                         *)
-(*                   Université Paris-Sud & CNRS                       *)
-(*                                                                     *)
-(*  Copyright 2010-2013 Université Paris-Sud and Centre National de la *)
-(*  Recherche Scientifique. All rights reserved.  This file is         *)
-(*  distributed under the terms of the GNU Lesser General Public       *)
-(*  License, with the special exception on linking described in file   *)
-(*  ../LICENSE.                                                        *)
-(*                                                                     *)
-(***********************************************************************)
-
-module Make (T : Tree.S) :
-  sig
-    val eval : Ata.t -> T.t -> T.node -> T.node list
-  end