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