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

Safe HaskellSafe
LanguageHaskell2010

Sound.MED.Basic.Human

Documentation

class Human a where Source #

Methods

human :: a -> String Source #

Instances
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 #