package rfsm

  1. Overview
  2. Docs
On This Page
  1. Error handling
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rfsm.ErrorSource

Error handling

Sourceval pp_loc : Format.formatter -> Location.t -> unit
Sourcemodule type T = sig ... end

Output signature of the functor Error.Make

Sourcemodule type PARSER = sig ... end
Sourcemodule type LEXER = sig ... end
Sourcemodule Make (L : Host.T) (Lexer : LEXER) (Parser : PARSER) : T

Building functor