From 1f250e26b30536f3ab08bae12f0567278e1f3e94 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 13 Jun 2005 12:20:06 +0000 Subject: [PATCH] error --- helm/matita/tests/temperino.ma | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 helm/matita/tests/temperino.ma diff --git a/helm/matita/tests/temperino.ma b/helm/matita/tests/temperino.ma new file mode 100644 index 000000000..0edc7993b --- /dev/null +++ b/helm/matita/tests/temperino.ma @@ -0,0 +1,33 @@ +%% test per temperino.lang + +%% commento +(* commento *) +(** hint. **) + +inductive pippo : Type \def + | a : Type \to pippo + | b : Prop \to pippo + | c : Set \to pippo. + +definition pollo : Set \to Set \def + \lambda a:Set.a. + +inductive paolo : Prop \def t:paolo. + +theorem comeno : \forall p:pippo.pippo. +intros.assumption. +qed. + +definition f : pippo \to paolo \def + \lambda x:pippo. + match x with + [ (a z) \Rightarrow t + | (b z) \Rightarrow t + | (c z) \Rightarrow t ]. + +record w : Type \def { +mario : Prop; +pippo : Set +}. + + -- 2.39.2