We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75b4cb commit 5c75ba1Copy full SHA for 5c75ba1
1 file changed
synth/syntax/grammars/tagged_det_grammar.py
@@ -42,6 +42,7 @@ def __init__(
42
super().__init__(grammar.start, grammar.rules, clean=False)
43
self.grammar = grammar
44
self.tags = tags
45
+ self.type_request = grammar.type_request
46
47
def programs(self) -> int:
48
return self.grammar.programs()
0 commit comments