Added comment

This commit is contained in:
Jens Axel Søgaard 2012-06-20 20:12:26 +02:00
parent 0718e558d8
commit 78b3ceb3c9

View File

@ -1,5 +1,7 @@
#lang racket
;;; TODO: Implement variants of for/min
(provide for/max for*/max
for/max+index for*/max+index)