Animas-0.2: Updated version of Yampa: a library for programming hybrid systems.

Portabilityportable
Stabilityprovisional
Maintainernilsson@cs.yale.edu

FRP.Animas.Internals

Description

An interface giving access to some of the internal details of the Animas implementation.

This interface is indended to be used when the need arises to break abstraction barriers, e.g. for interfacing Animas to the real world, for debugging purposes, or the like. Be aware that the internal details may change. Relying on this interface means that your code is not insulated against such changes.

Synopsis

Documentation

data Event a Source

Event type

Constructors

NoEvent 
Event a 

Instances

Functor Event 
Eq a => Eq (Event a) 
Ord a => Ord (Event a) 
Show a => Show (Event a) 
Forceable a => Forceable (Event a)