We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd19866 commit 6986a97Copy full SHA for 6986a97
docs/quickstart.mld
@@ -167,7 +167,9 @@ struct
167
let default_severity : t -> Asai.Diagnostic.severity =
168
function
169
(* ... *)
170
- | Cool _ -> assert false (* You probably should not create new diagnostics using the cool library's messages. *)
+ | Cool _ ->
171
+ (* You probably should not create new diagnostics using the cool library's messages. *)
172
+ assert false
173
174
(** A short, concise, ideally Google-able string representation for each message. *)
175
let short_code : t -> string =
0 commit comments