| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.KeyThumbprint
Documentation
newtype KeyThumbprint Source #
Constructors
| KeyThumbprint | |
Fields | |
Instances
| Show KeyThumbprint Source # | |
Defined in Unison.KeyThumbprint Methods showsPrec :: Int -> KeyThumbprint -> ShowS # show :: KeyThumbprint -> String # showList :: [KeyThumbprint] -> ShowS # | |
| Eq KeyThumbprint Source # | |
Defined in Unison.KeyThumbprint Methods (==) :: KeyThumbprint -> KeyThumbprint -> Bool # (/=) :: KeyThumbprint -> KeyThumbprint -> Bool # | |
| Ord KeyThumbprint Source # | |
Defined in Unison.KeyThumbprint Methods compare :: KeyThumbprint -> KeyThumbprint -> Ordering # (<) :: KeyThumbprint -> KeyThumbprint -> Bool # (<=) :: KeyThumbprint -> KeyThumbprint -> Bool # (>) :: KeyThumbprint -> KeyThumbprint -> Bool # (>=) :: KeyThumbprint -> KeyThumbprint -> Bool # max :: KeyThumbprint -> KeyThumbprint -> KeyThumbprint # min :: KeyThumbprint -> KeyThumbprint -> KeyThumbprint # | |