Skip to content

Latest commit

 

History

History

fun-of-type-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Exercise #2: from type to function

Implement any function with the following type:

val f : (int -> int) -> int = <fun>

The actual behaviour of f is not important for this exercise: just write a function with the required type.