rattletrap-12.0.2: Parse and generate Rocket League replays.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Rattletrap.Exception.Fail

Documentation

newtype Fail Source #

Constructors

Fail String 

Instances

Instances details
Exception Fail Source # 
Instance details

Defined in Rattletrap.Exception.Fail

Show Fail Source # 
Instance details

Defined in Rattletrap.Exception.Fail

Methods

showsPrec :: Int -> Fail -> ShowS #

show :: Fail -> String #

showList :: [Fail] -> ShowS #

Eq Fail Source # 
Instance details

Defined in Rattletrap.Exception.Fail

Methods

(==) :: Fail -> Fail -> Bool #

(/=) :: Fail -> Fail -> Bool #