~alcinnz/haskell-stylist

ref: ee89bcfdbf10f2759cf3b618a5fa3f2b0bbafa6c haskell-stylist/src/Stylish/Element.hs -rw-r--r-- 308 bytes
8492d01f — Adrian Cochrane 5 years ago
Implement CSS selector interpretor.
df2761aa — Adrian Cochrane 5 years ago
Compile 'complex' selectors (ones with multiple tests but no tree traversal).

I'm currently using a temporary datastructure which will be easily
replaced with curried functions later.