Skip to content

Commit

Permalink
[ re #5448 doc ] updated the runtime-irrelevance doc to typecheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saizan committed Sep 30, 2021
1 parent 92a5e41 commit e821bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-manual/language/runtime-irrelevance.lagda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ arguments.
Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance, here is
an implementation of ``foldl`` on vectors::

foldl : (B : Nat → Set b)
foldl : (B : @0 Nat → Set b)
→ (f : ∀ {@0 n} → B n → A → B (suc n))
→ (z : B 0)
→ ∀ {@0 n} → Vec A n → B n
Expand Down

0 comments on commit e821bc8

Please sign in to comment.