Cleanup, minor updates.
[hs-java.git] / Java / META / Types.hs
1
2 module Java.META.Types where
3
4 import qualified Data.Map as M
5
6 type Section = M.Map String String
7 type META = [Section]
8