Skip to content

Commit

Permalink
include hlevels
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshulman committed Dec 18, 2012
1 parent 8ceb06a commit 302a6a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONVENTIONS.txt
Expand Up @@ -27,9 +27,9 @@
x \jdeq y x is judged to be definitionally equal to y x \jdeq y x is judged to be definitionally equal to y
x \defeq y x is currently being defined to equal y x \defeq y x is currently being defined to equal y
\refl{x} reflexivity term at x \refl{x} reflexivity term at x
p \ct q concatenation of equalities p and q p \ct q concatenation of equalities p and q (diagrammatic order)
\opp{p} or \rev{p} the opposite equality of p \opp{p} or \rev{p} the opposite equality of p
\trans{p}{x} transport of x along p \trans{p}{x} covariant transport of x along p
\map{f}{p} map the path p under the function f \map{f}{p} map the path p under the function f
\mapdep{f}{p} likewise, for a dependently typed function f \mapdep{f}{p} likewise, for a dependently typed function f
\idfunc[A] the identity function of a type A \idfunc[A] the identity function of a type A
Expand Down
2 changes: 2 additions & 0 deletions main.tex
Expand Up @@ -32,6 +32,8 @@


\include{induction} \include{induction}


\include{hlevels}

\include{hits} \include{hits}


\include{homotopy} \include{homotopy}
Expand Down

0 comments on commit 302a6a8

Please sign in to comment.