swarm-0.3.0.1: 2D resource gathering game with programmable robots
CopyrightOndřej Šebek
LicenseBSD-3-Clause
Maintainerondras98@icloud.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.TUI.Model.Failure

Description

A data type to represent system failures.

These failures are often not fatal and serve to create common infrastructure for logging.

Documentation

data Asset Source #

Constructors

Achievement 
Data 
History 
Save 

Instances

Instances details
Show Asset Source # 
Instance details

Defined in Swarm.TUI.Model.Failure

Methods

showsPrec :: Int -> Asset -> ShowS #

show :: Asset -> String #

showList :: [Asset] -> ShowS #

Eq Asset Source # 
Instance details

Defined in Swarm.TUI.Model.Failure

Methods

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

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

data Entry Source #

Constructors

Directory 
File 

Instances

Instances details
Show Entry Source # 
Instance details

Defined in Swarm.TUI.Model.Failure

Methods

showsPrec :: Int -> Entry -> ShowS #

show :: Entry -> String #

showList :: [Entry] -> ShowS #

Eq Entry Source # 
Instance details

Defined in Swarm.TUI.Model.Failure

Methods

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

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

tShowLow :: Show a => a -> Text Source #

tShow :: Show a => a -> Text Source #