package coq-lsp

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

Module Parsing.ParsableSource

Sourcetype t
Sourceval make : ?loc:Loc.t -> (unit, char) Gramlib.Stream.t -> t
Sourceval loc : t -> Loc.t
Sourceval comments : t -> ((int * int) * string) list