Skip to content

Commit

Permalink
Fix #1517, make it read smoother without comment
Browse files Browse the repository at this point in the history
It actually was intended, but I agree that it wasn’t so smooth to read.
  • Loading branch information
evancz committed Nov 2, 2016
1 parent 8cd0d3a commit a17e1be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hints/bad-recursion.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ type alias Comment =
type Responses = Responses (List Comment)
```

> Some of you may have recently run into this definition in the [hints for recursive aliases](recursive-alias.md)!
And from there, you may want to be able to turn all the comments into JSON to send back to your server or to store in your database or whatever. So you will probably write some code like this:
You may have run into this definition in the [hints for recursive aliases](recursive-alias.md)! Anyway, once you have comments, you may want to turn them into JSON to send back to your server or to store in your database or whatever. So you will probably write some code like this:

```elm
import Json.Decode as Decode exposing (Decoder)
Expand Down

0 comments on commit a17e1be

Please sign in to comment.