[functional-tests] comment

This commit is contained in:
Joe Thornber 2017-08-23 10:18:09 +01:00
parent 417a970bc2
commit 1cc2ab62ae

View File

@ -13,6 +13,7 @@
;;------------------------------------------------
;; Returns #t if the xs list matches prefix
(define (begins-with prefix xs)
(cond
((null? prefix) #t)