dustme-0.1.0.0: Initial project template from stack

Safe HaskellSafe
LanguageHaskell2010

Dustme.Types

Documentation

data TTY Source #

Constructors

TTY 

data Match Source #

Constructors

Match 

Instances

Eq Match Source # 

Methods

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

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

Show Match Source # 

Methods

showsPrec :: Int -> Match -> ShowS #

show :: Match -> String #

showList :: [Match] -> ShowS #

Generic Match Source # 

Associated Types

type Rep Match :: * -> * #

Methods

from :: Match -> Rep Match x #

to :: Rep Match x -> Match #

NFData Match Source # 

Methods

rnf :: Match -> () #

type Rep Match Source # 

newtype Search Source #

Constructors

Search Text 

Instances

Eq Search Source # 

Methods

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

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

Show Search Source # 
Generic Search Source # 

Associated Types

type Rep Search :: * -> * #

Methods

from :: Search -> Rep Search x #

to :: Rep Search x -> Search #

Hashable Search Source # 

Methods

hashWithSalt :: Int -> Search -> Int #

hash :: Search -> Int #

type Rep Search Source # 
type Rep Search = D1 (MetaData "Search" "Dustme.Types" "dustme-0.1.0.0-4gRKMadasEtHeTi063lEGJ" True) (C1 (MetaCons "Search" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data Command Source #

Constructors

Accept 
Edit SearchOp 
Up 
Down