packages feed

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]