Remove unnecessary dependency
parent
f7f43fa689
commit
d8ffc11242
|
@ -3,9 +3,8 @@
|
||||||
USING: kernel namespaces sequences sequences.private assocs math
|
USING: kernel namespaces sequences sequences.private assocs math
|
||||||
inference.transforms parser words quotations debugger macros
|
inference.transforms parser words quotations debugger macros
|
||||||
arrays macros splitting combinators prettyprint.backend
|
arrays macros splitting combinators prettyprint.backend
|
||||||
definitions prettyprint hashtables combinators.lib
|
definitions prettyprint hashtables prettyprint.sections
|
||||||
prettyprint.sections sequences.private effects generic
|
sequences.private effects generic compiler.units accessors ;
|
||||||
compiler.units accessors ;
|
|
||||||
IN: locals
|
IN: locals
|
||||||
|
|
||||||
! Inspired by
|
! Inspired by
|
||||||
|
|
Loading…
Reference in New Issue