aboutsummaryrefslogtreecommitdiff
path: root/lib/expression/headers.mli
blob: 1fafad07fcd0aa517ccd57282284e35f42117d70 (plain)
1
2
3
4
5
6
7
val headers_of_expression :
  Buffer.t -> ('a -> Buffer.t -> unit) -> 'a T.t -> unit

module E :
  Sym.SYM_EXPR
    with type 'a obs = buffer:Buffer.t -> unit
     and type 'a path_repr = 'a -> Buffer.t -> unit