]> gitweb.factorcode.org Git - factor.git/commitdiff
Disambiguate next and advance.
authorCapitalEx <CapitalEx@protonmail.com>
Wed, 14 Dec 2022 03:36:30 +0000 (22:36 -0500)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 15 Dec 2022 00:07:20 +0000 (16:07 -0800)
extra/lint/vocabs/vocabs.factor

index bdc1c455c3fdad64d3188680ad4df4b43be53786..f180a057ebd4d81ea79471999100d6afa230c5ea 100644 (file)
@@ -7,12 +7,13 @@ namespaces prettyprint.backend prettyprint.sections sequences
 sequences.deep sequences.parser sets sorting splitting strings
 unicode vectors vocabs vocabs.loader vocabs.prettyprint ;
 FROM: namespaces => set ;
+FROM: sequences.parser => next advance ;
 IN: lint.vocabs
 
 <PRIVATE
 SYMBOL: old-dictionary
 SYMBOL: cache
-
 ! Words for working with the dictionary.
 : save-dictionary ( -- )
     dictionary     get clone