Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
LLVM.AST.COMDAT
Description
Module to allow importing SelectionKind
distinctly qualified.
Synopsis
- data SelectionKind
- = Any
- | ExactMatch
- | Largest
- | NoDuplicates
- | SameSize
Documentation
data SelectionKind Source #
Constructors
Any | |
ExactMatch | |
Largest | |
NoDuplicates | |
SameSize |