Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 CoqIde,有没有办法查看simpl已采取的步骤?我发现我不明白它是如何经常取得结果的。
simpl
例子:
rev (rev (n :: l')) = n :: l' -- apply simpl. rev (rev l' ++ [n]) = n :: l'