Skip to content
Snippets Groups Projects
Commit 4526e514 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Docs: fixpoints only exist when the type is inhabited.

parent c22e7b33
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ In writing $\vctx, x:\type$, we presuppose that $x$ is not already declared in $
\infer{
\vctx, \var:\type \proves \wtt{\term}{\type} \and
\text{$\var$ is guarded in $\term$} \and
\text{$\type$ is complete}
\text{$\type$ is complete and inhabited}
}{
\vctx \proves \wtt{\MU \var:\type. \term}{\type}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment