| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HsInspect.Packages
Documentation
data PkgSummary Source #
Instances
| Eq PkgSummary Source # | |
Defined in HsInspect.Packages | |
| Ord PkgSummary Source # | |
Defined in HsInspect.Packages Methods compare :: PkgSummary -> PkgSummary -> Ordering # (<) :: PkgSummary -> PkgSummary -> Bool # (<=) :: PkgSummary -> PkgSummary -> Bool # (>) :: PkgSummary -> PkgSummary -> Bool # (>=) :: PkgSummary -> PkgSummary -> Bool # max :: PkgSummary -> PkgSummary -> PkgSummary # min :: PkgSummary -> PkgSummary -> PkgSummary # | |
| ToJson PkgSummary Source # | |
Defined in HsInspect.Packages Methods json :: PkgSummary -> JsonDoc # | |
| ToSexp PkgSummary Source # | |
Defined in HsInspect.Packages Methods toSexp :: PkgSummary -> Sexp Source # | |