| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
LLVM.IRAnnotation
Documentation
data IRAnnotation Source #
Constructors
| Comment Text | |
| CommentBlock [Text] |
Instances
| Show IRAnnotation Source # | |
Defined in LLVM.IRAnnotation Methods showsPrec :: Int -> IRAnnotation -> ShowS # show :: IRAnnotation -> String # showList :: [IRAnnotation] -> ShowS # | |
| Eq IRAnnotation Source # | |
Defined in LLVM.IRAnnotation | |
| Ord IRAnnotation Source # | |
Defined in LLVM.IRAnnotation Methods compare :: IRAnnotation -> IRAnnotation -> Ordering # (<) :: IRAnnotation -> IRAnnotation -> Bool # (<=) :: IRAnnotation -> IRAnnotation -> Bool # (>) :: IRAnnotation -> IRAnnotation -> Bool # (>=) :: IRAnnotation -> IRAnnotation -> Bool # max :: IRAnnotation -> IRAnnotation -> IRAnnotation # min :: IRAnnotation -> IRAnnotation -> IRAnnotation # | |