Module Imandra_util.Error
Imandra Errors
exceptionUnsupported of Iloc.t * stringUnsupported feature
val unsupportedf : ?loc:Iloc.t -> ('a, Stdlib.Format.formatter, unit, 'b) Stdlib.format4 -> 'aval error : ?process:string -> ?kind:kind -> ?loc:Iloc.t -> string -> 'aval errorf : ?process:string -> ?kind:kind -> ?loc:Iloc.t -> ('a, Stdlib.Format.formatter, unit, 'b) Stdlib.format4 -> 'aerrorf "some error message %s (number %d)" "with formatting" 42raises an error with the given formatted message