haskellscrabble-1.2.2: A scrabble library capturing the core game logic of scrabble.

Safe HaskellSafe
LanguageHaskell98

Wordify.Rules.Pos

Synopsis

Documentation

data Pos Source #

Instances

Eq Pos Source # 

Methods

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

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

Ord Pos Source # 

Methods

compare :: Pos -> Pos -> Ordering #

(<) :: Pos -> Pos -> Bool #

(<=) :: Pos -> Pos -> Bool #

(>) :: Pos -> Pos -> Bool #

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

max :: Pos -> Pos -> Pos #

min :: Pos -> Pos -> Pos #

Show Pos Source # 

Methods

showsPrec :: Int -> Pos -> ShowS #

show :: Pos -> String #

showList :: [Pos] -> ShowS #

above :: Pos -> Maybe Pos Source #

The position above the given position, if it exists.

below :: Pos -> Maybe Pos Source #

The position below the given position, if it exists.

left :: Pos -> Maybe Pos Source #

The position to the left of the given position, if it exists.

right :: Pos -> Maybe Pos Source #

The position to the right of the given position, if it exists.

starPos :: Pos Source #

The position of the star square