elm / elm-lang.org

Server and client code for the Elm website.
http://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
1.99k stars 366 forks source link

simplify Cycle.elm #843

Open NNemec opened 4 years ago

NNemec commented 4 years ago

Studying how Logo.elm is implemented, I noticed that Cycle.elm is overly complicated, so I took it as a first small exercise to simplify it.