Skip to content

Instantly share code, notes, and snippets.

@zwilias
Created August 2, 2017 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zwilias/7af5c58825aeb3ca3943df2bef271f2e to your computer and use it in GitHub Desktop.
Save zwilias/7af5c58825aeb3ca3943df2bef271f2e to your computer and use it in GitHub Desktop.
The following definitions depend directly on each other:
┌─────┐
│ branchDecoder
│ ↓
│ decoder
└─────┘
You seem to have a fairly tricky case, so I very highly recommend reading this:
<https://github.com/elm-lang/elm-compiler/blob/0.18.0/hints/bad-recursion.md> It
will help you really understand the problem and how to fix it. Read it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment