module type Input = sig .. end
sig
end
type t
val syntax : Syntax.t
Syntax.t
val of_json : Request.json -> t
Request.json -> t