Make.1-V
module Input : Sesame.Types.Encodeable
type t
module Output : Sesame.Types.Encodeable with type t = t
val build : Input.t -> (Output.t, [ `Msg of string ]) Lwt_result.t
build t takes the data t and produces an output depending on the Value.t
build t
t
Value.t