X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FqNameSet.ml;fp=src%2FqNameSet.ml;h=4035957b829d6b2772be4a9c23153d670222b3e1;hb=cba2938d929fd5119b1491686ddc224d5af618c6;hp=0000000000000000000000000000000000000000;hpb=0cf8def92c8c6e708ec333b13dbe46decf554d81;p=tatoo.git diff --git a/src/qNameSet.ml b/src/qNameSet.ml new file mode 100644 index 0000000..4035957 --- /dev/null +++ b/src/qNameSet.ml @@ -0,0 +1,18 @@ +(***********************************************************************) +(* *) +(* TAToo *) +(* *) +(* Kim Nguyen, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) +(* *) +(* Copyright 2010-2012 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 FiniteCofinite.Make(Ptset.Make(QName)) + +module Weak = FiniteCofinite.Weak(Ptset.Weak(QName))