chore: remove workaround from example
This commit is contained in:
parent
61ae72330f
commit
a8ee6029c2
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ an element of the list `as`. The constructor `Member.head` says that `a`
|
|||
is in the list if the list begins with it. The constructor `Member.tail`
|
||||
says that if `a` is in the list `bs`, it is also in the list `b::bs`.
|
||||
-/
|
||||
inductive Member : α → List α → Type _
|
||||
inductive Member : α → List α → Type
|
||||
| head : Member a (a::as)
|
||||
| tail : Member a bs → Member a (b::bs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue