Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class HasSize a where Source #
Class for things that have a size
Instances
HasSize Register Source # | |
HasSize Instruction Source # | |
Defined in X86.Instruction sizeof :: Instruction -> Int Source # | |
HasSize storage => HasSize (GenericOperand storage) Source # | |
Defined in Generic.Operand sizeof :: GenericOperand storage -> Int Source # |