doesn't need sequences.lib anymore

db4
Doug Coleman 2008-10-01 17:53:46 -05:00
parent d5d94a6bcd
commit 3ac95de9dc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: assocs html.parser kernel math sequences strings ascii USING: assocs html.parser kernel math sequences strings ascii
arrays generalizations shuffle unicode.case namespaces make arrays generalizations shuffle unicode.case namespaces make
splitting http accessors io combinators http.client urls splitting http accessors io combinators http.client urls
urls.encoding fry sequences.lib ; urls.encoding fry ;
IN: html.parser.analyzer IN: html.parser.analyzer
TUPLE: link attributes clickable ; TUPLE: link attributes clickable ;