~alcinnz/haskell-stylist

ref: 0b37dedff7149662870aba77fb424bf16aa1602d haskell-stylist/src/Data/CSS/StyleTree.hs -rw-r--r-- 402 bytes
0b37dedf — Adrian Cochrane Tweak priority to be a list for the sake of cascadeLayers. 2 years ago
                                                                                
5f40f7e8 Adrian Cochrane
a73ae441 Adrian Cochrane
e3beef67 Adrian Cochrane
5f40f7e8 Adrian Cochrane
a73ae441 Adrian Cochrane
1
2
3
4
5
6
7
8
9
-- | Abstracts away tree traversals.
-- Mostly used by callers including (soon) XML Conduit Stylist,
-- but also used internally for generating counter text.
--
-- Backwards compatability module, this API has been moved out into "stylist-traits".
module Data.CSS.StyleTree(StyleTree(..), treeOrder, treeOrder',
    Path, treeMap, treeFlatten, preorder, preorder', postorder) where

import Stylist.Tree