-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Minimized example:
$c term wff |- ' = $.
$( $j syntax 'term' 'wff'; syntax '|-' as 'wff'; $)
$v a b ph $.
va $f term a $.
vb $f term b $.
wph $f wff ph $.
weq $a wff a = b $.
tc $a term a ' $.
ax $a |- a = a ' $.
There are no type conversions here, and I don't see what garden path I would need to supply here. The automaton looks like this:
which doesn't seem correct, it is missing a ' edge from node 6 to node 7.
cc: @tirix
Metadata
Metadata
Assignees
Labels
No labels