retroclash-lib-0.1.2.2: Code shared across the code samples in the book "Retrocomputing with Clash"
Safe HaskellSafe-Inferred
LanguageHaskell2010

RetroClash.Barbies

Documentation

type Signals dom b = b Covered (Signal dom) Source #

Orphan instances

(BareB b, TraversableB (b Covered), DistributiveB (b Covered)) => Bundle (Pure b) Source # 
Instance details

Associated Types

type Unbundled dom (Pure b) = (res :: Type) #

Methods

bundle :: forall (dom :: Domain). Unbundled dom (Pure b) -> Signal dom (Pure b) #

unbundle :: forall (dom :: Domain). Signal dom (Pure b) -> Unbundled dom (Pure b) #