Improved locals

db4
Slava Pestov 2008-02-12 15:54:13 -06:00
parent 3e29bc8150
commit 51c916da9d
2 changed files with 6 additions and 7 deletions

View File

@ -119,7 +119,6 @@ write-test-2 "q" set
SYMBOL: a
:: use-test | a b c |
USE: kernel
;
USE: kernel ;
[ t ] [ a symbol? ] unit-test

View File

@ -1,10 +1,10 @@
! Copyright (C) 2007, 2008 Slava Pestov, Eduardo Cavazos.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel namespaces sequences sequences.private assocs
math inference.transforms parser words quotations debugger
macros arrays macros splitting combinators prettyprint.backend
definitions prettyprint hashtables combinators.lib
prettyprint.sections sequences.private ;
USING: kernel namespaces sequences sequences.private assocs math
inference.transforms parser words quotations debugger macros
arrays macros splitting combinators prettyprint.backend
definitions prettyprint hashtables combinators.lib
prettyprint.sections sequences.private ;
IN: locals
! Inspired by