| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Binaryen.Type
Description
Core types.
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
| Type CUIntPtr |
Instances
| Eq Type Source # | |
| Show Type Source # | |
| Storable Type Source # | |
Defined in Binaryen.Type Methods peekElemOff :: Ptr Type -> Int -> IO Type pokeElemOff :: Ptr Type -> Int -> Type -> IO () peekByteOff :: Ptr b -> Int -> IO Type pokeByteOff :: Ptr b -> Int -> Type -> IO () | |
unreachable :: Type Source #