chore: more general type universes in example
This commit is contained in:
parent
7ee7ca30b8
commit
aa68057c85
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
inductive HList {α : Type u} (β : α → Type u) : List α → Type u
|
||||
inductive HList {α : Type v} (β : α → Type u) : List α → Type (max u v)
|
||||
| nil : HList β []
|
||||
| cons : β i → HList β is → HList β (i::is)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue