Coqtail icon indicating copy to clipboard operation
Coqtail copied to clipboard

`coqKwdParen` should distinguish `Definition` and its arguments

Open Iron-E opened this issue 5 years ago • 0 comments

I also noticed that you can't specify a definition call from its arguments. Example:

Example test_orb1: (orb true false) = true.

orb, true, and false all must be coqKwdParen although they aren't semantically the same. orb is a Definition, and true+false are arguments to the Definition.

Relevant: #87

Iron-E avatar Dec 05 '20 21:12 Iron-E