package MlFront_Exec

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

Module ShellCore.MakeInitObserverSource

Sourcetype t
Sourceval create_report : ?code:string -> ?is_error:bool -> unit -> t
Sourceval with_message : string -> t -> t
Sourceval add_marker : marker_message:string -> origin:string option -> range:Fmlib_parse.Position.range -> t -> t
Sourceval add_expectation : label:string -> string -> t -> t
Sourceval add_note : string -> t -> t
Sourceval add_hint : string -> t -> t
Sourceval render : origin:string option -> source:string -> t -> string
Sourcemodule Make (P : sig ... end) : sig ... end