fficxx-0.5.1: automatic C++ binding generation
FFICXX.Generate.Type.Annotate
Description
data PkgType Source #
Constructors
Defined in FFICXX.Generate.Type.Annotate
Methods
(==) :: PkgType -> PkgType -> Bool #
(/=) :: PkgType -> PkgType -> Bool #
compare :: PkgType -> PkgType -> Ordering #
(<) :: PkgType -> PkgType -> Bool #
(<=) :: PkgType -> PkgType -> Bool #
(>) :: PkgType -> PkgType -> Bool #
(>=) :: PkgType -> PkgType -> Bool #
max :: PkgType -> PkgType -> PkgType #
min :: PkgType -> PkgType -> PkgType #
showsPrec :: Int -> PkgType -> ShowS #
show :: PkgType -> String #
showList :: [PkgType] -> ShowS #
type AnnotateMap = Map (PkgType, String) String Source #