X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Ftools%2Fucs2_to_utf8%2Ftypes.ml;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Ftools%2Fucs2_to_utf8%2Ftypes.ml;h=0000000000000000000000000000000000000000;hp=e2da7dc7a77c7f9b507c3d6d04dfd14936771893;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff diff --git a/helm/DEVEL/pxp/pxp/tools/ucs2_to_utf8/types.ml b/helm/DEVEL/pxp/pxp/tools/ucs2_to_utf8/types.ml deleted file mode 100644 index e2da7dc7a..000000000 --- a/helm/DEVEL/pxp/pxp/tools/ucs2_to_utf8/types.ml +++ /dev/null @@ -1,13 +0,0 @@ -(******************************************************) -(* Claudio Sacerdoti Coen *) -(* 14/05/2000 *) -(******************************************************) - -type regexp = - Char of int - | Interval of int * int (* lower bound, upper bound *) - | Identifier of string - | Concat of regexp list list (* concatenation of disjunctions *) -;; - -type definition = { id : string ; rel : regexp list } ;;