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