sequences: fix uses of set-nth-unsafe.
parent
f8f5feed4a
commit
55cfbf072f
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2009 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel accessors sequences byte-arrays bit-arrays math
|
||||
math.bitwise hints sets ;
|
||||
math.bitwise hints sets sequences.private ;
|
||||
IN: bit-sets
|
||||
|
||||
TUPLE: bit-set { table bit-array read-only } ;
|
||||
|
|
|
@ -5,7 +5,8 @@ io.files hashtables quotations splitting grouping arrays io
|
|||
math.parser math.order byte-arrays namespaces math.bitwise
|
||||
compiler.units parser io.encodings.ascii interval-maps
|
||||
ascii sets combinators locals math.ranges sorting make
|
||||
strings.parser io.encodings.utf8 memoize simple-flat-file ;
|
||||
strings.parser io.encodings.utf8 memoize simple-flat-file
|
||||
sequences.private ;
|
||||
IN: unicode.data
|
||||
|
||||
<PRIVATE
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! From http://www.ffconsultancy.com/ocaml/maze/index.html
|
||||
USING: accessors arrays fry kernel math math.order math.vectors
|
||||
namespaces opengl.gl random sequences ui ui.gadgets
|
||||
ui.gadgets.canvas ui.render ;
|
||||
ui.gadgets.canvas ui.render sequences.private ;
|
||||
IN: maze
|
||||
|
||||
CONSTANT: line-width 8
|
||||
|
|
Loading…
Reference in New Issue