[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Typo (importance of names)
- From: Reuben Thomas <rrt@...>
- Date: Mon, 3 Dec 2001 12:38:41 +0000 (GMT)
I made a typo in the definition of permuteOn (missing second argument to
project):
function permuteOn(f, l)
return permute(project(f, l), l)
end