Skip to content

Commit

Permalink
Merge pull request #1058 from dharmatech/patch-5
Browse files Browse the repository at this point in the history
Specify Web/Types.hs
  • Loading branch information
mpscholten authored Aug 28, 2021
2 parents c463b9d + 3bff65e commit 8195de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/helpful-tips.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ action UsersAction = do

### The bang operator `!`

Inside your `Types.hs` you see lots of `!`s, like this:
Inside your `Web/Types.hs` you see lots of `!`s, like this:

```haskell
ShowPostAction { postId :: !(Id Post) }
Expand Down

0 comments on commit 8195de1

Please sign in to comment.