Module Texpr1.Expr

type t = expr
val pp : Stdlib.Format.formatter -> expr -> unit
include sig ... end
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]