Signal-related, advanced and convenience functions.
Sometimes things just move too quickly. You just need to get a grip on
time. This module helps you with that. Well, it helps you with
time-based operations for Elm Signal
s anyway.
Utility functions. (~>)
, zip
/unzip
s, special foldp
s, running
buffers and more.
Reacting on events, to be used in Signal.sampleOn
or
Signal.Discrete.folde
.
Uninitialised signals. Forward-compatible with plans made to add this to core, and basically based on API and docs by Evan.
Utility functions for signals of functions.
Alternative signal API based on different primitives. Planned, but I make no promises.