Fix circularity

db4
Slava Pestov 2008-05-30 18:16:40 -05:00
parent cc662c94ed
commit 155f24df4f
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
USING: help.syntax help.markup generator.fixup math kernel
words strings alien byte-array ;
USING: help.syntax help.markup math kernel
words strings alien ;
IN: generator.fixup
HELP: frame-required
{ $values { "n" "a non-negative integer" } }