moved sequences from s48/ to scsh/
This commit is contained in:
parent
1602ae0be1
commit
73906656e2
|
@ -93,9 +93,9 @@ explicitly, like so:
|
||||||
Prelude
|
Prelude
|
||||||
|
|
||||||
For our purposes, (each valid state of) a sequence with length n maps a
|
For our purposes, (each valid state of) a sequence with length n maps a
|
||||||
bounded segment of integers [0:n) into a set of Scheme values, typically
|
bounded segment of integers [0:n) into a set of Scheme values or objects,
|
||||||
Anything or Character. Any kind Sq of sequences with elements in T
|
typically Anything or Character. Any kind Sq of sequences with elements
|
||||||
supports the following basic operations, whatever the names, with the
|
in T supports the following basic operations, whatever the names, with the
|
||||||
obvious jobs:
|
obvious jobs:
|
||||||
maker : (make-sq n [e]) --> s
|
maker : (make-sq n [e]) --> s
|
||||||
predicate : (sq? x) --> b
|
predicate : (sq? x) --> b
|
Loading…
Reference in New Issue