splint-1.0.2.1: HLint as a GHC source plugin.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Splint.RemoteData

Documentation

data RemoteData e a Source #

Constructors

NotAsked 
Loading 
Failure e 
Success a 

Instances

Instances details
(Show e, Show a) => Show (RemoteData e a) Source # 
Instance details

Defined in Splint.RemoteData

Methods

showsPrec :: Int -> RemoteData e a -> ShowS #

show :: RemoteData e a -> String #

showList :: [RemoteData e a] -> ShowS #

(Eq e, Eq a) => Eq (RemoteData e a) Source # 
Instance details

Defined in Splint.RemoteData

Methods

(==) :: RemoteData e a -> RemoteData e a -> Bool #

(/=) :: RemoteData e a -> RemoteData e a -> Bool #