sequences: fix uses of set-nth-unsafe.

db4
John Benediktsson 2013-02-20 08:01:06 -08:00
parent f8f5feed4a
commit 55cfbf072f
3 changed files with 4 additions and 3 deletions

View File

@ -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 } ;

View File

@ -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

View File

@ -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