Add a compact tree model.
[tatoo.git] / src / compact_node_list.ml
diff --git a/src/compact_node_list.ml b/src/compact_node_list.ml
new file mode 100644 (file)
index 0000000..d1a74ff
--- /dev/null
@@ -0,0 +1,16 @@
+(***********************************************************************)
+(*                                                                     *)
+(*                               TAToo                                 *)
+(*                                                                     *)
+(*                     Kim Nguyen, LRI UMR8623                         *)
+(*                   Université Paris-Sud & CNRS                       *)
+(*                                                                     *)
+(*  Copyright 2010-2017 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.                                                        *)
+(*                                                                     *)
+(***********************************************************************)
+
+include Deque.Make (struct type t = Compact_tree.node end)