Module Pos.List

type base = t
type t = base list
val to_pos : t -> base
val to_string : ?newlines:bool -> ?prefix:string -> t -> string