Safe Haskell | None |
---|---|
Language | Haskell2010 |
Binaryen.Index
Description
The Binaryen index type.
See https://github.com/WebAssembly/binaryen/blob/master/src/binaryen-c.h for API documentation.
This module is intended to be imported qualified.
Documentation
Constructors
Index Word32 |
Instances
Enum Index Source # | |
Eq Index Source # | |
Integral Index Source # | |
Num Index Source # | |
Ord Index Source # | |
Real Index Source # | |
Defined in Binaryen.Index Methods toRational :: Index -> Rational | |
Show Index Source # | |
Storable Index Source # | |
Defined in Binaryen.Index Methods peekElemOff :: Ptr Index -> Int -> IO Index pokeElemOff :: Ptr Index -> Int -> Index -> IO () peekByteOff :: Ptr b -> Int -> IO Index pokeByteOff :: Ptr b -> Int -> Index -> IO () |