Copyright | (c) Daniel Schoepe (2009) |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | Daniel Schoepe <daniel.schoepe@gmail.com> |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Miscellaneous commonly used types.
Synopsis
- data Direction1D
- data Direction2D
Documentation
data Direction1D Source #
One-dimensional directions:
Instances
Read Direction1D Source # | |
Defined in XMonad.Util.Types readsPrec :: Int -> ReadS Direction1D # readList :: ReadS [Direction1D] # readPrec :: ReadPrec Direction1D # readListPrec :: ReadPrec [Direction1D] # | |
Show Direction1D Source # | |
Defined in XMonad.Util.Types showsPrec :: Int -> Direction1D -> ShowS # show :: Direction1D -> String # showList :: [Direction1D] -> ShowS # | |
Eq Direction1D Source # | |
Defined in XMonad.Util.Types (==) :: Direction1D -> Direction1D -> Bool # (/=) :: Direction1D -> Direction1D -> Bool # |
data Direction2D Source #
Two-dimensional directions: