Skip to content

Commit

Permalink
chore: option typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Aug 9, 2024
1 parent bc5c5d1 commit 441de2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manual/Language.lean
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def map.{u} {α : Type u} {β : Type v} (f : α → β) : List α → List β
| x :: xs => f x :: map f xs
```

When the {TODO}[describe this option and add xref] `autoImplicits` option is set, it is not necessary to explicitly bind universe variables:
When the {TODO}[describe this option and add xref] `autoImplicit` option is set, it is not necessary to explicitly bind universe variables:
```lean (keep := false)
set_option autoImplicit true
def map {α : Type u} {β : Type v} (f : α → β) : List α → List β
Expand Down

0 comments on commit 441de2c

Please sign in to comment.