]> 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)
commit2135f4eb98004c55f67ae3fa52ca60d53a86d9f2
tree1be29131fb8324008202fda3c012d10a76e49916
parentbd86334840f9c838f02d8c9996ebd9d9e9c43465
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)]*
components/grafite/grafiteAst.ml
components/grafite/grafiteAstPp.ml
components/grafite_engine/grafiteEngine.ml
components/grafite_parser/grafiteDisambiguate.ml
components/grafite_parser/grafiteParser.ml
components/tactics/declarative.ml
components/tactics/declarative.mli
matita/matita.lang