move io.files.unique to basis
parent
8edcf841f1
commit
3d17175926
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel math math.bitwise combinators.lib math.parser
|
USING: kernel math math.bitwise math.parser
|
||||||
random sequences sequences.lib continuations namespaces
|
random sequences continuations namespaces
|
||||||
io.files io arrays io.files.unique.backend system
|
io.files io arrays io.files.unique.backend system
|
||||||
combinators vocabs.loader fry ;
|
combinators vocabs.loader fry ;
|
||||||
IN: io.files.unique
|
IN: io.files.unique
|
Loading…
Reference in New Issue