Module Simple.Context

type t
type msg = string
val message : t -> msg
val position : t -> Position.t
val line : t -> int
val column : t -> int