= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package archetype
-
archetype
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val flag : [ `Exit | `Raise | `Resume ] ref
val errors : (Position.t list * string) list ref
val warnings : (Position.t list * string) list ref
exception Error of Position.t list * string
exception ParseError of (Position.t list * string) list
val print_error : Position.t list -> string -> string
val error_alert : Position.t list -> string -> (unit -> 'a) -> 'b
val add_warning : Position.t list -> string -> (unit -> 'a) -> 'b
val errorN : string -> Position.t list -> string -> (unit -> 'a) -> 'a
val error : string -> Position.t -> string -> (unit -> 'a) -> 'a
val error2 : string -> Position.t -> Position.t -> string -> (unit -> 'a) -> 'a