IBase.Die
This can be used to avoid scattering exit invocations all over the codebase
kind of error for die
, with similar semantics as Logging.{external,internal,user}_error
val die :
error ->
('a, Stdlib.Format.formatter, unit, _) IStdlib.IStd.format4 ->
'a
Raise the corresponding exception.
val raise_error :
?backtrace:IStdlib.IStd.Caml.Printexc.raw_backtrace ->
error ->
msg:string ->
'a
val term_styles_of_style : style -> IStdlib.IStd.ANSITerminal.style list