bindings-bfd-0.2.0: src/Bindings/Bfd/Disasm/I386/Insn/Prefix.hs
module Bindings.Bfd.Disasm.I386.Insn.Prefix where
newtype Prefix = Prefix String
deriving (Show)
un
:: Prefix
-> String
un (Prefix s) = s
module Bindings.Bfd.Disasm.I386.Insn.Prefix where
newtype Prefix = Prefix String
deriving (Show)
un
:: Prefix
-> String
un (Prefix s) = s