]> matita.cs.unibo.it Git - helm.git/commit
New syntax and semantics for the rewriting steps that make the pretty-printed
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 30 Nov 2006 15:06:26 +0000 (15:06 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 30 Nov 2006 15:06:26 +0000 (15:06 +0000)
commitb309e9baa51822004379ce6364e138e5e803efe4
tree1445cce0ceb8e17cb5eaa13c136cdbb53449ae50
parent8a219d1957a19d666a929e9a674a5fddee10066b
New syntax and semantics for the rewriting steps that make the pretty-printed
proof similar to the input proof.

Syntax:

((obtain id | conclude) lhs) = rhs done?

Semantics:
use conclude when working top-down and obtain to work bottom-up.
done means that this was the last step.
components/grafite/grafiteAst.ml
components/grafite/grafiteAstPp.ml
components/grafite_parser/grafiteDisambiguate.ml
components/grafite_parser/grafiteParser.ml
components/tactics/declarative.ml
components/tactics/declarative.mli
matita/matita.lang
matita/tests/decl.ma