index
[cleanm.git] / flac.dcl
1 definition module flac
2
3 from System.FilePath import :: FilePath
4 from Data.Error import :: MaybeError, :: MaybeErrorString
5
6 getTags :: FilePath !*World -> *(MaybeErrorString [(String, String)], !*World)