Stdune.ExnExceptions
exception Code_error of Sexp.tAn programming error, that should be reported upstream. The error message should try to be developer friendly rather than user friendly.
val fatalf :
?loc:Stdune__.Loc0.t ->
('a, unit, string, string, string, 'b) format6 ->
'aval code_error : string -> (string * Sexp.t) list -> _val pp_uncaught : backtrace:string -> Format.formatter -> t -> unitval pp : Format.formatter -> t -> unitval raise_with_backtrace : exn -> Printexc.raw_backtrace -> _val hash : t -> intval to_dyn : t -> Stdune__.Dyn0.t