Tagged as challenge
Written on 2018-01-30
Write a unary function appList* which satisfies the following equation:
appList*
(appList L x) == ((appList* L) x)
(appList L x) == ((appList* L) x)
The function appList* is said to be a curried version of appList.
appList
Unless otherwise credited all material copyright © 2010–2018 by Robert Smith