Module Position.With
type 'a t
= 'a * position
A pair of
'a
and position (builder).
val get : 'a t -> 'a
val pos : _ t -> position
val make : 'a -> position -> 'a t
val of_pair : ('a * position) -> 'a t
val map_pos : (position -> position) -> 'a t -> 'a t
val map : ('a -> 'b) -> 'a t -> 'b t
module Infix : sig ... end