aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Test.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-16 19:45:11 +0200
committerJosh Chen2018-08-16 19:45:11 +0200
commit096ce05cb57c101e13d308b5df7a7af2a0060bf2 (patch)
tree490baf135535545629775977b1176eebef8a6948 /HoTT_Test.thy
parentd8699451025a3bd5e8955e07fa879ed248418949 (diff)
test new machine
Diffstat (limited to '')
-rw-r--r--HoTT_Test.thy2
1 files changed, 2 insertions, 0 deletions
diff --git a/HoTT_Test.thy b/HoTT_Test.thy
index 4c87e78..bce2f00 100644
--- a/HoTT_Test.thy
+++ b/HoTT_Test.thy
@@ -50,6 +50,8 @@ by (simple lems: assms)
subsection \<open>Function application\<close>
+text "silly test"
+
proposition assumes "a : A" shows "(\<^bold>\<lambda>x. x)`a \<equiv> a" by (simple lems: assms)
text "Currying:"