(define (lmap func listoflists) (map (lambda (list) (apply func list)) listoflists))