浏览代码

vectors

master
Victor Fors 2 年前
父节点
当前提交
89ba2d6aef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      parking.scm

+ 1
- 1
parking.scm 查看文件

@@ -61,7 +61,7 @@
(has-key? 'ParkingSpacesAvailable lot))

(define (only-has-handicap-spots? lot)
(equal? '(4) (vector->list (value 'ParkingTypes lot))))
(equal? #(4) (value 'ParkingTypes lot)))

(define (electric-car-lot? lot)
(member? 3 (value 'ParkingTypes lot)))


正在加载...
取消
保存