]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/content_pres/box.mli
Improved rendering of conjectures
[helm.git] / helm / ocaml / content_pres / box.mli
index 56c0869640fd72ed4c9ea397506ba6a639bac252..d2ca17bddd15128a15c2e7146e4e4d7f58b33585 100644 (file)
@@ -73,6 +73,7 @@ val b_object: 'expr -> 'expr box
 val b_indent: 'expr box -> 'expr box
 val b_space: 'expr box
 val b_kw: string -> 'expr box
+val b_toggle: 'expr box list -> 'expr box (** action which toggle among items *)
 
 val pp_attr: attr -> string