Skip to content

Commit

Permalink
Specify Web/Types.hs
Browse files Browse the repository at this point in the history
Specify Web/Types.hs to distinguish from build/Generated/Types.hs
  • Loading branch information
dharmatech authored Aug 28, 2021
1 parent c463b9d commit 3bff65e
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 3bff65e

Please sign in to comment.