X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fcompact_node_list.ml;fp=src%2Fcompact_node_list.ml;h=d1a74ff810deea24409b85518c7ba7ed20e50354;hp=0000000000000000000000000000000000000000;hb=f41ff8d936d971eb0712e458826f6555b83746da;hpb=a96c64d15866719b4c8eb6d98ad7f1fc948e7636 diff --git a/src/compact_node_list.ml b/src/compact_node_list.ml new file mode 100644 index 0000000..d1a74ff --- /dev/null +++ b/src/compact_node_list.ml @@ -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)