hs-java-0.3.4: Java .class files assembler/disassembler

Safe HaskellNone

JVM.Common

Description

This module declares some commonly used functions and instances.

Documentation

poolSize :: Pool stage -> IntSource

(!) :: Ord k => Map k a -> k -> aSource

showListIx :: (Show i, Show a) => [(i, a)] -> StringSource

mapFindIndex :: Num k => (v -> Bool) -> Map k v -> Maybe kSource

byteString :: Binary t => t -> ByteStringSource