Skip to content

Commit

Permalink
deploy: 288857c
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Nov 16, 2023
1 parent 2c7e756 commit d590c91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion asai/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
let short_code : t -> string =
function
(* ... *)
| Cool c -> CoolLibrary.Reporter.Message.short_code c
| Cool c ->
(* You can add a prefix to avoid code collision. *)
"C-" ^ CoolLibrary.Reporter.Message.short_code c

(** It is recommended to add a helper function (such as [cool]) to save typing,
and this tutorial will assume you have done that. *)
Expand Down

0 comments on commit d590c91

Please sign in to comment.