Example #1
0
File: html.py Project: rnrand/coq
 def visitWhitespace(self, ctx:TacticNotationsParser.WhitespaceContext):
     text(" ")
Example #2
0
File: html.py Project: rnrand/coq
 def visitPipe(self, ctx:TacticNotationsParser.PipeContext):
     text("|")