diff --git a/type_inference/research/types_of_builtins.py b/type_inference/research/types_of_builtins.py index d433998..428bfd0 100644 --- a/type_inference/research/types_of_builtins.py +++ b/type_inference/research/types_of_builtins.py @@ -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': {