package sqlgg

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

Module Parser_utils.MakeSource

Parameters

module T : Parser_type

Signature

Sourceval parse_buf_exn : Lexing.lexbuf -> T.result
Sourceval parse_buf : Lexing.lexbuf -> T.result option
Sourceval parse_stdin : unit -> T.result option
Sourceval parse_string : string -> T.result option
Sourceval parse_file : string -> T.result option