]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/content_pres/box.mli
update in basic_2
[helm.git] / matitaB / components / content_pres / box.mli
index d2ca17bddd15128a15c2e7146e4e4d7f58b33585..e05839b7185567c158bf0ee0725159c598a4ca7c 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-(*************************************************************************)
-(*                                                                       *)
-(*                           PROJECT HELM                                *)
-(*                                                                       *)
-(*                Andrea Asperti <asperti@cs.unibo.it>                   *)
-(*                             13/2/2004                                 *)
-(*                                                                       *)
-(*************************************************************************)
-
 type 
   'expr box =
     Text of attr * string
@@ -72,7 +63,7 @@ val b_text: attr -> string -> 'expr box
 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_kw: string -> 'expr box *)
 val b_toggle: 'expr box list -> 'expr box (** action which toggle among items *)
 
 val pp_attr: attr -> string