package containers

  1. Overview
  2. Docs
On This Page
  1. Errors
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCParse.ErrorSource

Errors

  • since 3.6
Sourcetype t

A parse error.

  • since 3.6
Sourceval position : t -> position

Returns position of the error

Sourceval line_and_column : t -> int * int

Line and column numbers of the error position.

Sourceval msg : t -> string
Sourceval to_string : t -> string

Prints the error

Sourceval pp : Format.formatter -> t -> unit

Pretty prints the error

OCaml

Innovation. Community. Security.