compiler.tree.propagation.info: fix load error

db4
Slava Pestov 2009-07-27 00:30:24 -05:00
parent a5e5510615
commit 501629cf75
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: assocs classes classes.algebra classes.tuple
classes.tuple.private kernel accessors math math.intervals
namespaces sequences words combinators byte-arrays strings
arrays compiler.tree.propagation.copy ;
arrays layouts cpu.architecture compiler.tree.propagation.copy ;
IN: compiler.tree.propagation.info
: false-class? ( class -- ? ) \ f class<= ;