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 dcea4a7 commit 7af15d3Copy full SHA for 7af15d3
pages/docs/style-guide.elm
@@ -77,7 +77,7 @@ the result will still look quite nice.
77
```elm
78
homeDirectory = "/root/files"
79
80
-eval boolean = case boolean of
+evaluate boolean = case boolean of
81
Literal bool -> bool
82
Not b -> not (eval b)
83
And b b_ -> eval b && eval b_
0 commit comments