We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb350d1 commit 1a7b67cCopy full SHA for 1a7b67c
1 file changed
algorithm.ml
@@ -9,7 +9,6 @@
9
val split : 'a list -> 'a list -> 'a list -> 'a list * 'a list = <fun>
10
val mergesort : ('a -> 'a -> bool) -> 'a list -> 'a list = <fun>
11
val map : ('a -> 'b) -> 'a list -> 'b list = <fun>
12
-
13
*)
14
let rec factorial a =
15
match a with
0 commit comments