synthesizer-core-0.8.2: Audio signal processing coded in Haskell: Low level part
Synthesizer.Format
class C sig where Source #
Minimal complete definition
format
Methods
format :: Show x => Int -> sig x -> ShowS Source #
Instances
format :: Show x => Int -> T x -> ShowS Source #