Skip to content

Commit

Permalink
feat: section intro
Browse files Browse the repository at this point in the history
Also note that it fixes #64.
  • Loading branch information
david-christiansen committed Oct 31, 2024
1 parent 0ff26d7 commit 46e33e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Manual/Language/Classes.lean
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,6 @@ instance $p?
tag := "deriving-instances"
%%%

::: planned 64
This section will specify syntax of `deriving` clauses and list the valid places where they may occur.
It will also describe `deriving instance`.
It will list the deriving handlers that ship with Lean by default.
:::


{include 2 Manual.Language.Classes.DerivingHandlers}

Expand Down
2 changes: 2 additions & 0 deletions Manual/Language/Classes/BasicClasses.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ open Verso.Genre.Manual
tag := "basic-classes"
%%%

Many Lean type classes exist in order to allow built-in notations such as addition or array indexing to be overloaded.

# Boolean Equality Tests

{docstring BEq}
Expand Down

0 comments on commit 46e33e6

Please sign in to comment.