Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ouroboros.Consensus.Util.Orphans
Contents
Orphan instances
NoThunks Time Source # | |
Serialise (VerKeyDSIGN MockDSIGN) Source # | |
Methods encode ∷ VerKeyDSIGN MockDSIGN → Encoding decode ∷ Decoder s (VerKeyDSIGN MockDSIGN) encodeList ∷ [VerKeyDSIGN MockDSIGN] → Encoding decodeList ∷ Decoder s [VerKeyDSIGN MockDSIGN] | |
(Condense block, HasHeader block, Condense (HeaderHash block)) ⇒ Condense (AnchoredFragment block) Source # | |
Methods condense ∷ AnchoredFragment block → String Source # | |
Condense (HeaderHash block) ⇒ Condense (Point block) Source # | |
Condense block ⇒ Condense (Chain block) Source # | |
ShowProxy SlotNo Source # | |
NoThunks (Decoder s a) Source # | |
NoThunks (Tracer m ev) Source # | |
(NoThunks k, NoThunks v) ⇒ NoThunks (Bimap k v) Source # | |
NoThunks a ⇒ NoThunks (StrictTVar IO a) Source # | |
Methods noThunks ∷ Context → StrictTVar IO a → IO (Maybe ThunkInfo) # wNoThunks ∷ Context → StrictTVar IO a → IO (Maybe ThunkInfo) # showTypeOf ∷ Proxy (StrictTVar IO a) → String # | |
(NoThunks p, NoThunks v, Ord p) ⇒ NoThunks (IntPSQ p v) Source # | |
Serialise (Hash h a) Source # | |
Methods encode ∷ Hash h a → Encoding decode ∷ Decoder s (Hash h a) encodeList ∷ [Hash h a] → Encoding decodeList ∷ Decoder s [Hash h a] | |
NoThunks a ⇒ NoThunks (K a b) Source # | |