Module Dolmen_loop.Expr_intf

Expressions

This modules defines the smallest signatures for expressions that allow to instantiates the Pipes.Make functor.

module type S = sig ... end
module type Print = sig ... end
module type Export = sig ... end