rhine-0.8.0.1: Functional Reactive Programming with type-level clocks
Safe HaskellNone
LanguageHaskell2010

FRP.Rhine.Clock.Realtime.Stdin

Description

In Rhine, event sources are clocks, and so is the console. If this clock is used, every input line on the console triggers one tick of the StdinClock.

Synopsis

Documentation

data StdinClock Source #

A clock that ticks for every line entered on the console, outputting the entered line as its Tag.

Constructors

StdinClock