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

Sound.MED.Basic.Amiga

Documentation

type Peek m a = PTR -> m a Source #

data ByteStringReader a Source #

Instances

Instances details
Monad ByteStringReader Source # 
Instance details

Defined in Sound.MED.Basic.AmigaPrivate

Functor ByteStringReader Source # 
Instance details

Defined in Sound.MED.Basic.AmigaPrivate

Methods

fmap :: (a -> b) -> ByteStringReader a -> ByteStringReader b #

(<$) :: a -> ByteStringReader b -> ByteStringReader a #

MonadFail ByteStringReader Source # 
Instance details

Defined in Sound.MED.Basic.AmigaPrivate

Methods

fail :: String -> ByteStringReader a #

Applicative ByteStringReader Source # 
Instance details

Defined in Sound.MED.Basic.AmigaPrivate

Reader ByteStringReader Source # 
Instance details

Defined in Sound.MED.Basic.AmigaPrivate

type BYTE = Int8 Source #

freeMEM :: MEM -> IO () Source #