X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Ftag.ml;h=effe9c34a753bf74e55d11890e69a3d1602ef759;hb=791c8ffadb7e65fc61d18e6ad8e497f1cfe46fb3;hp=2cc1663a0bc089e6fbbf84bcf01dac9f5b9ad3f9;hpb=6bc104a1034ba2d526c44b853836e3b42dd0ab2c;p=SXSI%2Fxpathcomp.git diff --git a/src/tag.ml b/src/tag.ml index 2cc1663..effe9c3 100644 --- a/src/tag.ml +++ b/src/tag.ml @@ -8,7 +8,7 @@ type t = int - +external to_int : t -> int = "%identity" type operations = { tag : string -> t; to_string : t ->string;