First implementation of CLASSPATH and JAR files reading.
[hs-java.git] / Java / META / Types.hs
diff --git a/Java/META/Types.hs b/Java/META/Types.hs
new file mode 100644 (file)
index 0000000..f058f5a
--- /dev/null
@@ -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]
+