Ver código fonte

vectors

master
Victor Fors 2 anos atrás
pai
commit
89ba2d6aef
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      parking.scm

+ 1
- 1
parking.scm Ver arquivo

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


Carregando…
Cancelar
Salvar