Skip to content

Commit

Permalink
Merge pull request #429 from EvgSkv/ti2023
Browse files Browse the repository at this point in the history
Allowing 8 arguments of Least and Greatest.
  • Loading branch information
EvgSkv authored Jan 31, 2025
2 parents 3fb3e48 + 3f5a00e commit eff0415
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions type_inference/research/types_of_builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,23 @@ def TypesOfBultins():
'Least': {
0: x,
1: x,
2: x,
3: x,
4: x,
5: x,
6: x,
7: x,
'logica_value': x
},
'Greatest': {
0: x,
1: x,
2: x,
3: x,
4: x,
5: x,
6: x,
7: x,
'logica_value': x
},
'CurrentTimestamp': {
Expand Down

0 comments on commit eff0415

Please sign in to comment.