-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: lowercase almost everything (#118)
- Loading branch information
Showing
11 changed files
with
224 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
let operation1 arg = | ||
Reporter.emitf ChiError "I got a string %s" arg | ||
Reporter.emitf ChiError "got the string `%s'" (String.escaped arg) | ||
|
||
let operation2 arg = | ||
Reporter.trace "Meow!\nMeow!" @@ fun () -> | ||
Reporter.trace "meow\nmeow" @@ fun () -> | ||
operation1 arg | ||
|
||
let operation3 arg = | ||
Reporter.fatalf EmojiError "Not enough emojis in the string %s" (String.escaped arg) | ||
Reporter.fatalf EmojiError "not enough emojis in the string %s" (String.escaped arg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.