Yampa-0.10.5.1: Library for programming hybrid systems.

Copyright(c) Antony Courtney and Henrik Nilsson Yale University 2003
LicenseBSD-style (see the LICENSE file in the distribution)
Maintainerivan.perez@keera.co.uk
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell98

FRP.Yampa.Scan

Contents

Description

 

Synopsis

Simple, stateful signal processing

sscan :: (b -> a -> b) -> b -> SF a b Source #

sscanPrim :: (c -> a -> Maybe (c, b)) -> c -> b -> SF a b Source #