Files
midas/midas/checker/builtins.py

5 lines
87 B
Python

BUILTIN_SUBTYPES: dict[str, set[str]] = {
"float": {"int"},
"int": {"bool"},
}