Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Apanatshka/elm-signal-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.