Advertisement
JoelSjogren

Untitled

Sep 15th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. module cheery where
  2.  
  3. bot : U = (A : U) -> A
  4.  
  5. pf (A : U) (x y : A -> bot) : PathP (<_> A -> bot) x y =
  6. <i> \(a : A) -> x a (PathP (<_> bot) (x a) (y a)) @ i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement