fixes
This commit is contained in:
@@ -11,4 +11,5 @@ let rec listLength l =
|
||||
// `match` call.
|
||||
let rec listLength' = function
|
||||
| [] -> 0
|
||||
| _ :: xs -> 1 + (listLength' xs)
|
||||
| _ :: xs -> 1 + (listLength' xs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user