]> 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)
commit36014ac060f150e7d93f607c914a0b06239715c0
treee4a5a08dee6e3d5aecfaed07170620dc86387bce
parent5e63ff16f7193322fd1b75a1eb443a65643fdbe2
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.
helm/software/components/grafite/grafiteAst.ml
helm/software/components/grafite/grafiteAstPp.ml
helm/software/components/grafite_parser/grafiteDisambiguate.ml
helm/software/components/grafite_parser/grafiteParser.ml
helm/software/components/tactics/declarative.ml
helm/software/components/tactics/declarative.mli
helm/software/matita/matita.lang
helm/software/matita/tests/decl.ma