index
[cleanm.git] / format.dcl
1 definition module format
2
3 from StdOverloaded import class ==
4 from Data.Error import :: MaybeError, :: MaybeErrorString
5
6 :: FormatString
7
8 instance == FormatString
9 parseFormat :: [Char] -> MaybeErrorString FormatString