aboutsummaryrefslogtreecommitdiff
path: root/lib/expression/repr.mli
blob: 4431655426b8e36b1ce77ee37f7b7c089a9a0a28 (plain)
1
2
3
4
5
6
val repr : ?top:bool -> ('a -> string) -> 'a T.t -> string

module E :
  Sym.SYM_EXPR
    with type 'a obs = top:bool -> string
     and type 'a path_repr = 'a -> string