Update vocabs for combinators.cleave
parent
68515d7105
commit
adc3a2228b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
USING: kernel sequences math combinators.lib ;
|
||||
USING: kernel sequences math combinators.cleave combinators.lib ;
|
||||
|
||||
IN: lsys.strings
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
USING: kernel combinators sequences arrays math math.vectors
|
||||
combinators.lib shuffle vars ;
|
||||
combinators.cleave shuffle vars ;
|
||||
|
||||
IN: springies
|
||||
|
||||
|
|
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue