splint-2.0.0.0: source/library/Splint/RemoteData.hs
module Splint.RemoteData where data RemoteData e a = NotAsked | Loading | Failure e | Success a deriving (Eq, Show)
module Splint.RemoteData where data RemoteData e a = NotAsked | Loading | Failure e | Success a deriving (Eq, Show)