]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/continuationals.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / continuationals.mli
index 176fd58b245e6473a7f3ef8dbdea82785df6fcf9..d40202d4b37e2a92f1ba878a0581fdbf50501bcb 100644 (file)
@@ -33,7 +33,7 @@ module Stack:
 sig
   type switch = Open of goal | Closed of goal
   type locator = int * switch
-  type tag = BranchTag | FocusTag | NoTag
+  type tag = [ `BranchTag | `FocusTag | `NoTag ]
   type entry = locator list * locator list * locator list * tag
   type t = entry list