Safe Haskell | None |
---|---|
Language | Haskell2010 |
Extensions |
|
Documentation
class ToSig s (args :: [Symbol]) where Source #
Instances
ToSig Double args Source # | |
ToSig Float args Source # | |
ToSig Int args Source # | |
ToSig Integer args Source # | |
ToSig BufferId args Source # | |
ToSig Signal args Source # | |
(KnownSymbol a, Subset (a ': ([] :: [Symbol])) args) => ToSig (Variable a) args Source # | |
a ~ args => ToSig (SDBody' a Signal) args Source # | |