Skip to content

Commit 92478b5

Browse files
committed
Actually apply the grammar suggestion
1 parent ef15d5a commit 92478b5

File tree

1 file changed

+1
-1
lines changed
  • message-index/messages/GHC-01239/example1

1 file changed

+1
-1
lines changed

message-index/messages/GHC-01239/example1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Unexpected if expression in function application
33
---
44

55
To pass If-Then-Else expressions as function arguments we either have to surround them in parentheses,
6-
use function application operator `($)` or enable [`BlockArguments`](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/block_arguments.html#extension-BlockArguments) extension.
6+
use the function application operator `($)` or enable the [`BlockArguments`](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/block_arguments.html#extension-BlockArguments) extension.
77

88
## Error Message
99
```

0 commit comments

Comments
 (0)