agda / agda-frp-ltl

An implementation of Functional Reactive Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an implementation of Functional Reactive Programming in Agda,
with types given as LTL formulae.

The top-level module is FRP.LTL.

The specification is given in terms of "reactive types", defined in FRP.LTL.RSet.

The implementation is given in term of "interval types", defined in FRP.LTL.ISet.

This library makes use of experimental features of Agda, and compiles
with the trunk branch of the Agda compiler and standard library as of August 2011.

About

An implementation of Functional Reactive Programming

License:MIT License


Languages

Language:Agda 100.0%