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

Safe HaskellNone
LanguageHaskell98

JVM.Common

Contents

Description

This module declares some commonly used functions and instances.

Documentation

poolSize :: Pool stage -> Int Source #

(!) :: Ord k => Map k a -> k -> a Source #

showListIx :: (Show i, Show a) => [(i, a)] -> String Source #

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

Orphan instances

Default ByteString Source # 
Instance details