module Final: sig .. end
sig
end
type t =
|
Empty
type 'a parse_func = 'a -> unit -> unit
'a
'a -> unit -> unit
type 'a parse_opt_func = ('a -> unit -> unit) option
('a -> unit -> unit) option
type 'a generate_func = 'a
include Sharp_router.Part
val empty : t
t