From b72ec5a3af4c5fd7be09584afb31dd3f0cea3173 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 29 Oct 2010 21:07:18 +0000 Subject: [PATCH] Porting to new syntax. --- matita/matita/matita.lang | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/matita/matita/matita.lang b/matita/matita/matita.lang index 81cb73e35..bbfcb4ff2 100644 --- a/matita/matita/matita.lang +++ b/matita/matita/matita.lang @@ -92,15 +92,15 @@ axiom - ntheorem - nrecord - ndefinition - ninductive - ncoinductive - nlet - nlemma - nremark - naxiom + theorem + record + definition + inductive + coinductive + let + lemma + remark + axiom absurd @@ -182,22 +182,22 @@ rule - napply - napplyS - ncases - nletin - nauto - nelim - nwhd - nnormalize - nassumption - ngeneralize - nchange - nrewrite - ncut - ninversion - nlapply - ndestruct + apply + applyS + cases + letin + auto + elim + whd + normalize + assumption + generalize + change + rewrite + cut + inversion + lapply + destruct alias @@ -234,9 +234,9 @@ unification hint - ncoercion - ninverter - nqed + coercion + inverter + qed inline @@ -246,14 +246,14 @@ hint set auto - nodefaults + odefaults coercions comments debug cr - ncheck + check try -- 2.39.2