About

Metadata

  • Last updated , by IlyaPortnov
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: portnov84@rambler.ru

  • Lottery factor: 0

Links

Installation

Readme

This package declares data types for Java .class files format and functions to assemble/disassemble Java bytecode. See dump-class.hs, rebuild-class.hs, TestGen.hs for examples of usage.

As of version 0.4.0, all generator functions can work with any instance of GeneratorMonad class, not only MonadState GState.