package sexplib

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

Module State.Read_only

type t

Read-only handle to a parser state

val offset : t -> int
val line : t -> int
val column : t -> int
val position : t -> Parsexp.Positions.pos