xmonad-wallpaper-0.0.1.0: xmonad wallpaper extension

Safe HaskellSafe
LanguageHaskell2010

XMonad.Wallpaper.Expand

Documentation

data AST Source

Constructors

Variable String 
Literal String 

Instances

literal :: [Char] -> (AST, [Char]) Source

variable :: [Char] -> (AST, [Char]) Source

parse :: [Char] -> [AST] Source

t0 :: IO () Source