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.