Documentation attempt.
[hs-java.git] / JVM / Common.hs
index 7271e469eabf7cb603af0c54c92125aea4f4c427..b3762c38cec1e4a9839692ae2f0fdb4603880b5b 100644 (file)
@@ -1,6 +1,12 @@
 {-# LANGUAGE TypeFamilies, StandaloneDeriving, FlexibleInstances, FlexibleContexts, UndecidableInstances #-}
--- | This module declares `high-level' data types for Java classes, methods etc.
-module JVM.Common where
+-- | This module declares some commonly used functions and instances.
+module JVM.Common
+  (toCharList,
+  poolSize,
+  (!),
+  showListIx,
+  byteString
+  ) where
 
 import Codec.Binary.UTF8.String hiding (encode, decode)
 import Data.Binary