basis: cleanup more usings.
parent
a186cdec2a
commit
49afa5b3ed
|
@ -1,8 +1,7 @@
|
|||
! Copyright (C) 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types classes.struct math
|
||||
math.functions sequences arrays kernel functors vocabs.parser
|
||||
namespaces quotations ;
|
||||
USING: accessors alien alien.c-types classes.struct functors
|
||||
kernel math math.functions quotations ;
|
||||
IN: alien.complex.functor
|
||||
|
||||
FUNCTOR: define-complex-type ( N T -- )
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: functors sequences sequences.private growable
|
||||
kernel words classes math parser ;
|
||||
USING: classes functors growable kernel math sequences
|
||||
sequences.private ;
|
||||
IN: vectors.functor
|
||||
|
||||
FUNCTOR: define-vector ( V A <A> -- )
|
||||
|
|
Loading…
Reference in New Issue