X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic_notation%2FcicNotationPt.ml;h=68ad7d83dd834898e10824d2dc4af863edfa3dda;hb=e5014674aed0dab6f3aa43773c8caeffcfe0ac32;hp=ba31a370561807e6b83e5dd3b031a141702342b0;hpb=e20f3963028a966fc93ba0d611c4aa8341d20e2c;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationPt.ml b/helm/ocaml/cic_notation/cicNotationPt.ml index ba31a3705..68ad7d83d 100644 --- a/helm/ocaml/cic_notation/cicNotationPt.ml +++ b/helm/ocaml/cic_notation/cicNotationPt.ml @@ -46,6 +46,7 @@ type term_attribute = | `Level of int * Gramext.g_assoc (* precedence, associativity *) | `XmlAttrs of (string option * string * string) list (* list of XML attributes: namespace, name, value *) + | `Raw of string (* unparsed version *) ] type literal =