package MlFront_Exec

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

Module MlFront_Exec.BuildValidationSource

Sourcetype render_summary = {
  1. diag_file : string option;
  2. diag_error_code : string option;
  3. diag_hints : string list;
  4. diag_line : int option;
    (*

    1-based line number

    *)
  5. diag_col : int option;
    (*

    1-based column number

    *)
}
Sourceval render_trace : ?downgrade_errors_into_warnings:'a -> cant_do:string -> observer_result:(module MlFront_Thunk.ThunkParsers.Results.OBSERVER_RESULT) -> source_file:BuildCore.Io.file_object -> MlFront_Thunk.BuildWriters.Standard.backtrace_item list -> string * render_summary
Sourceval validate_precommands : ?downgrade_errors_into_warnings:'a -> config:BuildConfig.t -> source:BuildCore.Io.file_object -> MlFront_Thunk.ThunkAst.precommand_instance list -> (unit, string) result MlFront_Thunk.Promises.PromiseMinimal.t