We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b597f63 commit aa2c80bCopy full SHA for aa2c80b
synth/semantic/evaluator.py
@@ -1,7 +1,7 @@
1
from abc import ABC, abstractmethod
2
from typing import Any, Dict, List, Set, Callable, Tuple
3
4
-from synth.syntax.program import Constant, Function, Primitive, Program, Variable
+from synth.syntax.program import Constant, Function, Primitive, Program, Variable, Type
5
6
7
class Evaluator(ABC):
0 commit comments