Skip to content

Commit 3e6b73e

Browse files
authored
Update rfc-inference-of-generic-actuals-from-call-actuals.md
1 parent 8cbf49e commit 3e6b73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

considered/rfc-inference-of-generic-actuals-from-call-actuals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Sum (X: Float_Array) return Float
4444
is
4545
-- Implicit instantiation of Reduce. All formals except `Fn` can be
4646
-- deduced from the type of `X`, and from the expected return type.
47-
(Reduce [Fn => "+"] (X))
47+
(Reduce [Fn => "+"] (0.0, X))
4848
4949
type Float_Access is access all Float;
5050

0 commit comments

Comments
 (0)