aboutsummaryrefslogtreecommitdiff
path: root/src/Bool.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bool.gleam')
-rw-r--r--src/Bool.gleam2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Bool.gleam b/src/Bool.gleam
index b5caacc..6976042 100644
--- a/src/Bool.gleam
+++ b/src/Bool.gleam
@@ -6,6 +6,8 @@ type Bool =
| True
| False
+; // Fix GitHub syntax highlighting
+
fn not(bool) {
case bool {
| True => False