Update vocabs for combinators.cleave

release
Eduardo Cavazos 2007-11-14 17:36:45 -06:00
parent 68515d7105
commit adc3a2228b
10 changed files with 13 additions and 10 deletions

View File

@ -5,7 +5,9 @@ USING: kernel namespaces
math.functions
math.vectors
math.trig
combinators arrays sequences random vars combinators.lib ;
combinators arrays sequences random vars
combinators.cleave
combinators.lib ;
IN: boids

View File

@ -19,7 +19,8 @@ USING: kernel namespaces
ui.gadgets.packs
ui.gadgets.grids
ui.gestures
combinators.lib hashtables.lib vars rewrite-closures boids ;
combinators.cleave
hashtables.lib vars rewrite-closures boids ;
IN: boids.ui

View File

@ -3,7 +3,7 @@ USING: kernel alien.c-types combinators namespaces arrays
sequences sequences.lib namespaces.lib splitting
math math.functions math.vectors math.trig
opengl.gl opengl.glu opengl ui ui.gadgets.slate
combinators.lib vars
combinators.cleave vars
random-weighted colors.hsv cfdg.gl ;
IN: cfdg

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: kernel combinators arrays sequences math math.functions
combinators.lib ;
combinators.cleave ;
IN: colors.hsv

View File

@ -1,6 +1,6 @@
USING: kernel sequences quotations assocs math math.parser
combinators.lib vars lsys.strings ;
combinators.cleave combinators.lib vars lsys.strings ;
IN: lsys.strings.interpret

View File

@ -1,6 +1,6 @@
USING: kernel sbufs strings sequences assocs math
combinators.lib vars lsys.strings ;
combinators.cleave combinators.lib vars lsys.strings ;
IN: lsys.strings.rewrite

View File

@ -1,5 +1,5 @@
USING: kernel sequences math combinators.lib ;
USING: kernel sequences math combinators.cleave combinators.lib ;
IN: lsys.strings

View File

@ -1,6 +1,6 @@
USING: kernel namespaces arrays quotations sequences assocs combinators
mirrors math math.vectors random combinators.lib macros bake ;
mirrors math math.vectors random combinators.cleave macros bake ;
IN: random-weighted

View File

@ -1,6 +1,6 @@
USING: kernel combinators sequences arrays math math.vectors
combinators.lib shuffle vars ;
combinators.cleave shuffle vars ;
IN: springies

View File

@ -1,5 +1,5 @@
USING: kernel namespaces threads sequences math math.vectors combinators.lib
USING: kernel namespaces threads sequences math math.vectors combinators.cleave
opengl.gl opengl colors ui ui.gadgets ui.gadgets.slate
bake rewrite-closures vars springies ;