▲ | kmill 10 days ago | |||||||||||||||||||||||||
At least you can 'go to definition' on the tactics and see what they're doing. It's a lot to take in at the beginning, but it can all be inspected and understood. (At least until you get to the fundamental type theory; the reduction rules are a lot harder to get into.) > the rewrite (rw) tactic syntax doesn't feel natural either. Do you have any thoughts on what a natural rewrite syntax would be? | ||||||||||||||||||||||||||
▲ | 7373737373 10 days ago | parent [-] | |||||||||||||||||||||||||
> Do you have any thoughts on what a natural rewrite syntax would be? Not yet, but I'd probably prefer something that more explicitly indicated (in English, or some sort of more visually "pointing" indicator) which specific parts of the previous step would be replaced It feels weird, or I'd have to get used to that both what is being replaced and what it is replaced with depends on some distant context, it's very indirect as it requires switching attention between the tactics tree and the context or previous proofs | ||||||||||||||||||||||||||
|