feldspar-language-0.3: A functional embedded language for DSP and parallelismSource codeContentsIndex
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
show/hide Instances
Eq (Ref a)
Ord (Ref a)
refId :: Ref a -> UniqueSource
deref :: Ref a -> aSource
ref :: a -> Ref aSource
Produced by Haddock version 2.6.1