]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/pure.mli
Tentative commit: tactics dropped and clean-up
[fireball-separation.git] / ocaml / pure.mli
index f36007498ca1556eeb20708641560cef3b725cc3..a6b90acf7e16c6be71967352756223cbefb70f6d 100644 (file)
@@ -1,6 +1,6 @@
 module Pure :
   sig
-    type t = V of int | A of t * t | L of t
+    type t = V of int | A of t * t | L of t | B
     val print : ?l:string list -> t -> string
     val lift : int -> t -> t
     val unwind : ?tbl:('a list * t * 'a list as 'a, t) Hashtbl.t -> 'a -> t