/elm-signal-extra

(defunct as of Elm 0.17) Signal-related, advanced and convenience functions

Primary LanguageElmMIT LicenseMIT

signal-extra

Signal-related, advanced and convenience functions.

Signal.Time

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 Signals anyway.

Signal.Extra

Utility functions. (~>), zip/unzips, special foldps, running buffers and more.

Signal.Discrete

Reacting on events, to be used in Signal.sampleOn or Signal.Discrete.folde.

Signal.Stream

Uninitialised signals. Forward-compatible with plans made to add this to core, and basically based on API and docs by Evan.

Signal.Fun

Utility functions for signals of functions.

Signal.Alt

Alternative signal API based on different primitives. Planned, but I make no promises.