Open
Description
Scheme (and possibly racket) has function called apply
and list
. Will these function also be available in hackett? What about their type signatures?
Note:
Even though apply
takes a list as an argument in scheme it would make much more sense to take a tuple as an argument. There should be also a tuple
variant of list. Also foo
and apply foo . tuple
should be equal.