package dolmen

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

Module Transformer.MakeSource

Parameters

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
module Lexer = Lex
module Parser = Parse
Sourceval find_env : string -> string list -> string option
Sourceval find : ?dir:string -> string -> string option
Sourceval parse_file : string -> Ty.statement list
Sourceval parse_input : [ `File of string | `Stdin ] -> (unit -> Ty.statement option) * (unit -> unit)
OCaml

Innovation. Community. Security.