mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
parent
7923b1c46d
commit
f9e3ed1639
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
(translation? hi)
|
(translation? hi)
|
||||||
(= (vector-length lo) (vector-length hi))
|
(= (vector-length lo) (vector-length hi))
|
||||||
(vector-every <= lo hi)))
|
(vector-every <= lo hi)))
|
||||||
(%%make-interval lo hi))
|
(%%make-interval (vector-copy lo) (vector-copy hi)))
|
||||||
|
|
||||||
(define (make-interval x . o)
|
(define (make-interval x . o)
|
||||||
(if (pair? o)
|
(if (pair? o)
|
||||||
|
|
Loading…
Add table
Reference in a new issue