hs-java-0.3.1: Java/META/Types.hs
module Java.META.Types where import qualified Data.Map as M type Section = M.Map String String type META = [Section]
module Java.META.Types where import qualified Data.Map as M type Section = M.Map String String type META = [Section]