From: Claudio Sacerdoti Coen Date: Wed, 20 Jul 2005 15:00:50 +0000 (+0000) Subject: Empty Box.Text changed to Box.smallskip. X-Git-Tag: V_0_7_2~144 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1bcad789810fd37d346e690f18557aeedc6fe08c;p=helm.git Empty Box.Text changed to Box.smallskip. --- diff --git a/helm/ocaml/cic_transformations/ast2pres.ml b/helm/ocaml/cic_transformations/ast2pres.ml index 0e7a01306..62a63c775 100644 --- a/helm/ocaml/cic_transformations/ast2pres.ml +++ b/helm/ocaml/cic_transformations/ast2pres.ml @@ -367,7 +367,7 @@ let ast2astBox ?(unicode = true) ?(priority = 0) ?(assoc = false) ?(tail = []) (* ignoring the type *) (Cic.Anonymous, _) -> Box.Text([],"_") | (Cic.Name s, _) -> Box.Text([],s) in - Box.Text([]," ")::bv::acc) vars [Box.Text([],")")] in + Box.smallskip::bv::acc) vars [Box.Text([],")")] in Box.H([],Box.Text([],"(")::Box.Text([],constr)::bvars)