package geojsone

  1. Overview
  2. Docs

Module Geojsone.ErrSource

Sourcetype location = (int * int) * (int * int)
Sourcetype t = [
  1. | `Error of location * Jsone.error
  2. | `EOI
  3. | `Unexpected of string
]
Sourceval pp : Format.formatter -> t -> unit