Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff806f5

Browse files
committedSep 3, 2024·
temp
1 parent 5ac4d2e commit ff806f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/Compiler/Optimize/InnerLambdasToTopLevelFuncs.fs

-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ module Pass1_DetermineTLRAndArities =
196196
let arity = Operators.min nFormals nMaxApplied
197197
if atTopLevel then
198198
Some (f, arity)
199-
elif g.realsig then
200-
None
201199
else if arity<>0 || not (isNil tps) then
202200
Some (f, arity)
203201
else

0 commit comments

Comments
 (0)
Please sign in to comment.