binaryen-0.0.5.0: Haskell bindings to binaryen

Safe HaskellNone
LanguageHaskell2010

Binaryen.Op

Description

Operators.

See https://github.com/WebAssembly/binaryen/blob/master/src/binaryen-c.h for API documentation.

This module is intended to be imported qualified.

Documentation

newtype Op Source #

Constructors

Op Int32 
Instances
Eq Op Source # 
Instance details

Defined in Binaryen.Op

Methods

(==) :: Op -> Op -> Bool #

(/=) :: Op -> Op -> Bool #

Show Op Source # 
Instance details

Defined in Binaryen.Op

Methods

showsPrec :: Int -> Op -> ShowS #

show :: Op -> String #

showList :: [Op] -> ShowS #

Storable Op Source # 
Instance details

Defined in Binaryen.Op

Methods

sizeOf :: Op -> Int #

alignment :: Op -> Int #

peekElemOff :: Ptr Op -> Int -> IO Op #

pokeElemOff :: Ptr Op -> Int -> Op -> IO () #

peekByteOff :: Ptr b -> Int -> IO Op #

pokeByteOff :: Ptr b -> Int -> Op -> IO () #

peek :: Ptr Op -> IO Op #

poke :: Ptr Op -> Op -> IO () #