[   ^ to index...   |   <-- previous   ]

Exercises

Consider the following curried function:

fun composeUnaryIntOps (f:int -> int) (g:int -> int) = fn x => f (g x);

Using this function along with anonymous functions and (possibly named) higher-order functions you devise yourself, define:























































Keunwoo Lee
Last modified: Wed Apr 25 23:07:50 PDT 2001