We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7e0bb commit 8b24774Copy full SHA for 8b24774
3 files changed
UnicodeBasic.lean
@@ -732,5 +732,3 @@ public def isAlphabetic (char : Char) : Bool :=
732
733
@[inherit_doc isAlphabetic]
734
public abbrev isAlpha := isAlphabetic
735
-
736
-end Unicode
lakefile.lean
@@ -7,7 +7,6 @@ import Lake
7
open System Lake DSL
8
9
package UnicodeBasic where
10
- version := v!"1.1.0"
11
description := "Basic Unicode support for Lean 4"
12
keywords := #["unicode"]
13
reservoir := true
makeCLib.lean
@@ -1,3 +1,4 @@
1
+module
2
import UnicodeData
3
4
open Unicode
0 commit comments