module Bindings.Bfd.Disasm.I386.Insn.Prefix where


newtype Prefix = Prefix String
        deriving (Show)


un
   :: Prefix
   -> String
un (Prefix s) = s