Victor Fors před 2 roky
rodič
revize
89ba2d6aef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      parking.scm

+ 1
- 1
parking.scm Zobrazit soubor

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


Načítá se…
Zrušit
Uložit