lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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