Skip to content

Commit

Permalink
docs(data/char): add module docstring (#8043)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Jun 30, 2021
1 parent 8cacd99 commit 3ee436d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/data/char.lean
Expand Up @@ -2,8 +2,12 @@
Copyright (c) 2018 Mario Carneiro. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Mario Carneiro
-/

/-!
# More `char` instances
Supplementary theorems about the `char` type.
This file provides a `linear_order` instance on `char`. `char` is the type of Unicode scalar values.
-/

instance : linear_order char :=
Expand Down

0 comments on commit 3ee436d

Please sign in to comment.