]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationUtil.mli
implemented transformations on top of notation code
[helm.git] / helm / ocaml / cic_notation / cicNotationUtil.mli
index d11f1917e0e7ed5bd37391c18988cf8a6ee21599..a7dbc2aca8d139d4f7532bc7cba4b5c245cba121 100644 (file)
@@ -49,7 +49,8 @@ val ncombine: 'a list list -> 'a list list
 
 val string_of_literal: CicNotationPt.literal -> string
 
-val dress: 'a -> 'a list -> 'a list
+val dress:  sep:'a -> 'a list -> 'a list
+val dressn: sep:'a list -> 'a list -> 'a list
 
 val boxify: CicNotationPt.term list -> CicNotationPt.term
 val group: CicNotationPt.term list -> CicNotationPt.term