回答編集履歴
1
typo
answer
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
-
再
|
1
|
+
再帰使ってみました。
|
2
|
-
|
3
|
-
```
|
2
|
+
```fsharp
|
4
3
|
let innerProduct xs ys =
|
5
4
|
let rec ip a xs ys =
|
6
5
|
match (xs,ys) with
|