Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Prefix Source # | |
Ord Prefix Source # | |
Read Prefix Source # | |
Show Prefix Source # | |
Generic Prefix Source # | |
ToJSON Prefix Source # | |
Defined in OutputGeneration.JSON | |
Serialize Prefix Source # | |
NFData Prefix Source # | |
Defined in X86.Prefix | |
HasSize Instruction Source # | |
Defined in X86.Instruction sizeof :: Instruction -> Int Source # | |
type Rep Prefix Source # | |
Defined in X86.Prefix type Rep Prefix = D1 ('MetaData "Prefix" "X86.Prefix" "foxdec-0.1.0.0-F8J4QQ8bsQELJyhc4kJb0m" 'False) ((C1 ('MetaCons "InvalidPrefix" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "REP" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "REPZ" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "REPNE" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "LOCK" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "BND" 'PrefixI 'False) (U1 :: Type -> Type)))) |