Fix load error in db.types

db4
Slava Pestov 2008-12-17 19:23:44 -06:00
parent a713538535
commit 054bb8ff99
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
USING: arrays assocs db kernel math math.parser
sequences continuations sequences.deep prettyprint
words namespaces slots slots.private classes mirrors
classes.tuple combinators calendar.format symbols
classes.singleton accessors quotations random ;
classes.tuple combinators calendar.format
accessors quotations random ;
IN: db.types
HOOK: persistent-table db ( -- hash )