Asm.BB
data BB (arch :: Type -> Type -> Type -> Type -> Type) reg freg f2reg a b Source #
Constructors
Fields
Defined in Asm.BB
Methods
copoint :: BB arch reg freg f2reg a a0 -> a0 Source #
fmap :: (a0 -> b) -> BB arch reg freg f2reg a a0 -> BB arch reg freg f2reg a b #
(<$) :: a0 -> BB arch reg freg f2reg a b -> BB arch reg freg f2reg a a0 #