crs.stdlib
Crs_stdlib.Code_error
A programming error that should be reported upstream
crs.cr-comment
crs.crs-cli
crs.crs-parser
crs.reviewdog
type t = {
message : string;
data : (string * Dyn.t) list;
}
exception E of t
val raise : string -> (string * Dyn.t) list -> _