(define-module (bubble-sort)) (define-public (bubble-sort lst) '())