synthesizer-core-0.8.0.1: Audio signal processing coded in Haskell: Low level part

Safe HaskellSafe
LanguageHaskell2010

Synthesizer.Format

Documentation

class C sig where Source #

Minimal complete definition

format

Methods

format :: Show x => Int -> sig x -> ShowS Source #

Instances

C T Source # 

Methods

format :: Show x => Int -> T x -> ShowS Source #