From f988d541364841cd208f4fd21ff8e5e2935fc7aa Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Thu, 24 Jun 2021 22:40:05 +0100 Subject: Bad practice huge commit: 1. Rudimentary prototype definitional package 2. Started univalence 3. Various compatibility fixes and new theory stubs 4. Updated ROOT file --- hott/List_HoTT.thy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hott/List_HoTT.thy') diff --git a/hott/List_HoTT.thy b/hott/List_HoTT.thy index d866f59..a48d2ab 100644 --- a/hott/List_HoTT.thy +++ b/hott/List_HoTT.thy @@ -10,8 +10,8 @@ section \Length\ definition [implicit]: "len \ ListRec {} Nat 0 (fn _ _ rec. suc rec)" experiment begin - Lemma "len [] \ ?n" by (subst comp; typechk?) - Lemma "len [0, suc 0, suc (suc 0)] \ ?n" by (subst comp; typechk?)+ + Lemma "len [] \ ?n" by compute + Lemma "len [0, suc 0, suc (suc 0)] \ ?n" by compute end -- cgit v1.2.3