chore: missing code block annotation
This commit is contained in:
parent
1b5e9c7c83
commit
002412e9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ inductive HasType : {n : Nat} → Fin n → Vector Ty n → Ty → Type where
|
|||
```
|
||||
|
||||
* Eliminate auxiliary type annotations (e.g, `autoParam` and `optParam`) from recursor minor premises and projection declarations. Consider the following example
|
||||
```
|
||||
```lean
|
||||
structure A :=
|
||||
x : Nat
|
||||
h : x = 1 := by trivial
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue