Skip to content

Commit 6e9da14

Browse files
committed
temp
1 parent 6f9f949 commit 6e9da14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Optimize/InnerLambdasToTopLevelFuncs.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module Pass1_DetermineTLRAndArities =
196196
let arity = Operators.min nFormals nMaxApplied
197197
if atTopLevel then
198198
Some (f, arity)
199-
else if arity<>0 || not (isNil tps) then
199+
elif arity<>0 || not (isNil tps) then
200200
Some (f, arity)
201201
else
202202
None

0 commit comments

Comments
 (0)