elm / browser

Create Elm programs that run in browsers!
https://package.elm-lang.org/packages/elm/browser/latest/
BSD 3-Clause "New" or "Revised" License
312 stars 64 forks source link

#90 This makes the function tail recursive. #120

Open rupertlssmith opened 3 years ago

rupertlssmith commented 3 years ago

This fixes issue #90.

I have tested it on the example given in that issue.

jerith666 commented 2 years ago

This fix and #95 seem to be addressing the same bug.