musicxml-0.1.2: MusicXML format encoded as Haskell type and functions of reading and writting.

PortabilityHaXML
Stabilityexperimental
Maintainersilva.samuel@alumni.uminho.pt

Text.XML.MusicXML

Contents

Description

 

Synopsis

MusicXML

show_FILE :: (a -> Result (Document i)) -> FilePath -> a -> IO ()Source

getTime :: IO Encoding_DateSource

getTime uses old-time library. At future versions can be defined as: getTime :: IO Prelude.String getTime = getCurrentTime >>= return . show . utctDay