PDA

Click to See Complete Forum and Search --> : Easy SML help needed


t3kizzleee
Apr 13th, 2010, 09:45 PM
I'm unfamiliar with SML. I'm having trouble writing this function using recursion.

fun minL(L)

minL takes in an int list and returns the smallest number in that list as an int.

Any help would be greatly appreciated.