Victor Fors 2 lat temu
rodzic
commit
89ba2d6aef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      parking.scm

+ 1
- 1
parking.scm Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz