aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutCombinators.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-24add NewSelect layout combinator.David Roundy1-2/+78
This patch adds a selection layout combinator ||| which replaces Select, and makes the Layout data type unnecessary. This combinator isn't yet feature-complete, as I didn't implement backwards rotation (PrevLayout), but that's obviously doable. This patch requires the descriptions function be added to LayoutClass in core. darcs-hash:20071024152648-72aca-4ca84d747697ceee68e33f0afed95821d4b90229.gz
2007-10-23add new LayoutCombinators module.David Roundy1-0/+41
darcs-hash:20071023135638-72aca-1b19cf35b57dcbf9ed6fa023b09977f3d457fa6b.gz