projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b1ac3
)
Remove contr from equiv
author
Anders Mörtberg
<mortberg@chalmers.se>
Mon, 13 Apr 2015 21:06:14 +0000
(23:06 +0200)
committer
Anders Mörtberg
<mortberg@chalmers.se>
Mon, 13 Apr 2015 21:06:14 +0000
(23:06 +0200)
examples/equiv.ctt
patch
|
blob
|
blame
|
history
diff --git
a/examples/equiv.ctt
b/examples/equiv.ctt
index d1d860a4d7c3e73ed225a2ac605fc99ba41918a7..321efab30c729487f352718b1bf574c5736e354d 100644
(file)
--- a/
examples/equiv.ctt
+++ b/
examples/equiv.ctt
@@
-2,8
+2,6
@@
module equiv where
\r
import prelude
\r
\r
-contr (A:U) : U = (_:A) * prop A
\r
-
\r
isContr (A : U) : U = and (prop A) A
\r
\r
fiber (A B:U) (f:A->B) (b:B) : U = (x:A) * Id B b (f x)
\r