Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Sep 3, 2024
1 parent 5ac4d2e commit ff806f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Compiler/Optimize/InnerLambdasToTopLevelFuncs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ module Pass1_DetermineTLRAndArities =
let arity = Operators.min nFormals nMaxApplied
if atTopLevel then
Some (f, arity)
elif g.realsig then
None
else if arity<>0 || not (isNil tps) then
Some (f, arity)
else
Expand Down

0 comments on commit ff806f5

Please sign in to comment.