Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Smith.Client.Data.Certificate
Description
Smith certificate data types.
Documentation
newtype Certificate Source #
Constructors
Certificate | |
Fields |
Instances
Eq Certificate Source # | |
Defined in Smith.Client.Data.Certificate | |
Ord Certificate Source # | |
Defined in Smith.Client.Data.Certificate Methods compare :: Certificate -> Certificate -> Ordering # (<) :: Certificate -> Certificate -> Bool # (<=) :: Certificate -> Certificate -> Bool # (>) :: Certificate -> Certificate -> Bool # (>=) :: Certificate -> Certificate -> Bool # max :: Certificate -> Certificate -> Certificate # min :: Certificate -> Certificate -> Certificate # | |
Show Certificate Source # | |
Defined in Smith.Client.Data.Certificate Methods showsPrec :: Int -> Certificate -> ShowS # show :: Certificate -> String # showList :: [Certificate] -> ShowS # |