Victor Fors 2 anni fa
parent
commit
89ba2d6aef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      parking.scm

+ 1
- 1
parking.scm Vedi File

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


Loading…
Annulla
Salva