#19: Multi-Function Application, Curried

Tagged as challenge

Written on 2018-01-30

Write a unary function appList* which satisfies the following equation:

(appList L x) == ((appList* L) x)

The function appList* is said to be a curried version of appList.


Unless otherwise credited all material copyright © 2010–2018 by Robert Smith