remove use of symbols
parent
2c678e64dc
commit
a62fcbe64c
|
@ -3,8 +3,8 @@
|
||||||
USING: arrays assocs db kernel math math.parser
|
USING: arrays assocs db kernel math math.parser
|
||||||
sequences continuations sequences.deep prettyprint
|
sequences continuations sequences.deep prettyprint
|
||||||
words namespaces slots slots.private classes mirrors
|
words namespaces slots slots.private classes mirrors
|
||||||
classes.tuple combinators calendar.format symbols
|
classes.tuple combinators calendar.format classes.singleton
|
||||||
classes.singleton accessors quotations random db.private ;
|
accessors quotations random db.private ;
|
||||||
IN: db.types
|
IN: db.types
|
||||||
|
|
||||||
HOOK: persistent-table db-connection ( -- hash )
|
HOOK: persistent-table db-connection ( -- hash )
|
||||||
|
|
Loading…
Reference in New Issue