Fix circularity

db4
Slava Pestov 2008-04-09 02:53:21 -05:00
parent bd78d7e889
commit 8d8c39ecca
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
USING: help.syntax help.markup words effects inference.dataflow
inference.state inference.backend kernel sequences
inference.state kernel sequences
kernel.private combinators sequences.private ;
IN: inference.backend
HELP: literal-expected
{ $error-description "Thrown when inference encounters a " { $link call } " or " { $link if } " being applied to a value which is not known to be a literal. Such a form can have an arbitrary stack effect, and does not compile." }