X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=blobdiff_plain;f=Java%2FMETA%2FTypes.hs;fp=Java%2FMETA%2FTypes.hs;h=f058f5a7c62665bcf9f5ebfde4e0fa390f897056;hp=0000000000000000000000000000000000000000;hb=f70370b0813194dc47d76cd349f0d8a02616062c;hpb=a5b3a851dd5472d67108b13ba0cbeacb35e9e72d diff --git a/Java/META/Types.hs b/Java/META/Types.hs new file mode 100644 index 0000000..f058f5a --- /dev/null +++ b/Java/META/Types.hs @@ -0,0 +1,10 @@ + +module Java.META.Types where + +import qualified Data.Map as M +import Text.Parsec +import Text.Parsec.String + +type Section = M.Map String String +type META = [Section] +