Skip to content

Latest commit

 

History

History

max-of-two

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Max of two numbers

Write a function with the following type:

val max : 'a -> 'a -> 'a

such that it returns the maximum value of two numbers.