Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data InstructionKind Source #
Instances
Eq InstructionKind Source # | |
Defined in LLVM.Internal.FFI.InstructionDefs (==) :: InstructionKind -> InstructionKind -> Bool # (/=) :: InstructionKind -> InstructionKind -> Bool # | |
Ord InstructionKind Source # | |
Defined in LLVM.Internal.FFI.InstructionDefs compare :: InstructionKind -> InstructionKind -> Ordering # (<) :: InstructionKind -> InstructionKind -> Bool # (<=) :: InstructionKind -> InstructionKind -> Bool # (>) :: InstructionKind -> InstructionKind -> Bool # (>=) :: InstructionKind -> InstructionKind -> Bool # max :: InstructionKind -> InstructionKind -> InstructionKind # min :: InstructionKind -> InstructionKind -> InstructionKind # | |
Show InstructionKind Source # | |
Defined in LLVM.Internal.FFI.InstructionDefs showsPrec :: Int -> InstructionKind -> ShowS # show :: InstructionKind -> String # showList :: [InstructionKind] -> ShowS # |
data InstructionDef Source #
Instances
Eq InstructionDef Source # | |
Defined in LLVM.Internal.FFI.InstructionDefs (==) :: InstructionDef -> InstructionDef -> Bool # (/=) :: InstructionDef -> InstructionDef -> Bool # | |
Ord InstructionDef Source # | |
Defined in LLVM.Internal.FFI.InstructionDefs compare :: InstructionDef -> InstructionDef -> Ordering # (<) :: InstructionDef -> InstructionDef -> Bool # (<=) :: InstructionDef -> InstructionDef -> Bool # (>) :: InstructionDef -> InstructionDef -> Bool # (>=) :: InstructionDef -> InstructionDef -> Bool # max :: InstructionDef -> InstructionDef -> InstructionDef # min :: InstructionDef -> InstructionDef -> InstructionDef # | |
Show InstructionDef Source # | |
Defined in LLVM.Internal.FFI.InstructionDefs showsPrec :: Int -> InstructionDef -> ShowS # show :: InstructionDef -> String # showList :: [InstructionDef] -> ShowS # |
instrP :: QuasiQuoter Source #