feldspar-language-0.2: A functional embedded language for DSP and parallelism

Feldspar.Core.Ref

Description

A simple implementation of "observable sharing". See

  • Koen Claessen, David Sands, "Observable sharing for functional circuit description", Asian Computing Science Conference, 1999.

for more details.

Documentation

data Ref a Source

Instances

Eq (Ref a) 
Ord (Ref a) 

deref :: Ref a -> aSource

ref :: a -> Ref aSource