]> matita.cs.unibo.it Git - helm.git/commit
New declarative commands (ast, pretty-printing and parsing only):
authormaiorino <??>
Thu, 27 Jul 2006 09:32:47 +0000 (09:32 +0000)
committermaiorino <??>
Thu, 27 Jul 2006 09:32:47 +0000 (09:32 +0000)
commit4f12c6bc7fb5f1ba3bd42f78abddb77b3b0a8f93
treeeb32a7091e2d3aff9423a94fe343f54591051478
parent59d4332991ab14755fa631d729edb5b5d3c6714c
New declarative commands (ast, pretty-printing and parsing only):
  [obtain term] = term by term
  by term we have term (id) and term (id)
  we proceed by induction on term to prove term
  the thesis becomes term
  by induciton hypothesis we know term
  case id [(id:term)]*
helm/software/components/grafite/grafiteAst.ml
helm/software/components/grafite/grafiteAstPp.ml
helm/software/components/grafite_engine/grafiteEngine.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