package MlFront_Thunk

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

Module OBSERVER_RESULT.Make

Parameters

Signature

val observe : cant_do:string -> source:string -> State.t -> P.t -> (P.final, Semantic.t) result

observe ~cant_do ~source state parser.

cant_do should say what couldn't be done if an error occurred. It must be in "VERB NOUN" form like "create database" where the "Could not" start of sentence is implicit.