Module type Read_intf.Open_on_rhs

type 'a t
val at_index : int -> f:(string -> 'a) -> 'a t
val at_header : string -> f:(string -> 'a) -> 'a t
val at_header_opt : string -> f:(string option -> 'a) -> 'a t