package dolmen

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

Module Transformer.MakeSource

Parameters

module Loc : Loc.S
module Ty : sig ... end
module Lex : Dolmen_intf.Lex.S with type token := Ty.token
module Parse : Dolmen_intf.Parse.S with type token := Ty.token and type statement := Ty.statement

Signature

include module type of struct include Ty end
type token = Ty.token
type statement = Ty.statement
val env : string list
val incremental : bool
val error : int -> string
Sourcemodule Lexer = Lex
Sourcemodule Parser = Parse
Sourceval find_env : string -> string list -> string option
Sourceval find : ?dir:string -> string -> string option
Sourceval error_message : Ty.token option -> 'a Parser.MenhirInterpreter.checkpoint -> [> `Advanced of (Format.formatter -> unit) * (Format.formatter -> unit) * (Format.formatter -> unit) | `Regular of Format.formatter -> unit ]
Sourceval parse_aux : k_exn:(unit -> unit) -> (Lexing.lexbuf -> unit) -> Lexing.lexbuf -> (Lexing.position -> 'a Parser.MenhirInterpreter.checkpoint) -> unit -> 'a
Sourceval parse_file : string -> Loc.file * Ty.statement list
Sourceval parse_file_lazy : string -> Loc.file * Ty.statement list lazy_t
Sourceval parse_input : [ `Contents of string * string | `File of string | `Stdin ] -> Loc.file * (unit -> Ty.statement option) * (unit -> unit)
OCaml

Innovation. Community. Security.