Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/strict-positivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inductive bad := r (c : bad -> nat).
```agda
-- rejected by Agda
data Bad : Set where
r : (Bad → ℕ) → Curry
r : (Bad → ℕ) → Bad
```

Here, the type `bad` is defined recursively as consisting of a
Expand Down Expand Up @@ -157,4 +157,4 @@ three are necessary:

[^abel]: Section 7.1 of [A Semantic Analysis of Structural Recursion](http://www.cs.cmu.edu/~abel/publications.html), Andreas Abel (1999)

[^blanqui]: [Inductive types in the Calculus of Algebraic Constructions](https://arxiv.org/abs/cs/0610070), Frédéric Blanqui (2006)
[^blanqui]: [Inductive types in the Calculus of Algebraic Constructions](https://arxiv.org/abs/cs/0610070), Frédéric Blanqui (2006)