observable-sharing-0.2.3: Simple observable sharing

Safe HaskellNone
LanguageHaskell2010

Data.Ref

Contents

Synopsis

References

data Ref a Source

Constructors

Ref 

Fields

label :: StableName a
 
deref :: a
 

Instances

Eq (Ref a) Source 
Show a => Show (Ref a) Source 

ref :: a -> Ref a Source