Re: [elm-discuss] Elm Automaton "Step" src?

2016-10-18 Thread Janis Voigtländer
No, it has nothing to do with the scheduler. The constructor Step is defined in this line . You probably should read up on union types, here . ​ 2016-10-19 0:19 GMT+02:00 Ben G

[elm-discuss] Elm Automaton "Step" src?

2016-10-18 Thread Ben Greer
Hi All, I'm ned to Elm and trying to learn. I'm reading through the src of Automaton https://github.com/evancz/automaton/blob/master/src/Automaton.elm but I can't seem to find the definition to the all important "Step" function here. I've looked the Elm Core src and can't seem to find a match