module Text.HTML.Yuuko.Cookbook where import Text.HTML.Yuuko type S = String -> [String] all_text :: S all_text = yuuko_for_text "descendant-or-self::text()"