med-module-0.1.2.2: Parse song module files from Amiga MED and OctaMED
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.MED.Basic.Human

Documentation

class Human a where Source #

Methods

human :: a -> String Source #

Instances

Instances details
Human MEDBlock Source # 
Instance details

Defined in Sound.MED.Generic.Block

Human MEDPlaySeq Source # 
Instance details

Defined in Sound.MED.Generic.PlaySeq

Human MEDInstrument Source # 
Instance details

Defined in Sound.MED.Generic.Instrument

Human MED Source # 
Instance details

Defined in Sound.MED.Generic

Methods

human :: MED -> String Source #