taskell-1.11.0: A command-line kanban board/task manager
Safe HaskellNone
LanguageHaskell2010

Taskell.Data.List

Documentation

data List Source #

Constructors

List 

Fields

Instances

Instances details
Eq List Source # 
Instance details

Defined in Taskell.Data.List

Methods

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

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

Show List Source # 
Instance details

Defined in Taskell.Data.List

Methods

showsPrec :: Int -> List -> ShowS #

show :: List -> String #

showList :: [List] -> ShowS #

type Update = List -> List Source #

move :: Int -> Int -> Maybe Text -> List -> Maybe (List, Int) Source #

closest :: Int -> Int -> Int -> Int Source #