med-module-0.1.1: Parse song module files from Amiga MED and OctaMED

Safe HaskellSafe
LanguageHaskell2010

Sound.MED.Basic.Human

Documentation

class Human a where #

Minimal complete definition

human

Methods

human :: a -> String #

Instances
Human MEDBlock # 
Instance details

Defined in Sound.MED.Generic.Block

Methods

human :: MEDBlock -> String #

Human MEDPlaySeq # 
Instance details

Defined in Sound.MED.Generic.PlaySeq

Methods

human :: MEDPlaySeq -> String #

Human MEDInstrument # 
Instance details

Defined in Sound.MED.Generic.Instrument

Human MED # 
Instance details

Defined in Sound.MED.Generic

Methods

human :: MED -> String #