We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b24774 commit a60d32aCopy full SHA for a60d32a
1 file changed
UnicodeBasic/Types.lean
@@ -279,10 +279,10 @@ public def toAbbrev! (x : GC) : String :=
279
280
open Std.Format Repr in
281
public def reprPrec (x : GC) := addAppParen (group (joinSep (reprAux x |>.map (text "Unicode.GC." ++ text ·)) (text " |||" ++ line)) .fill)
282
-instance : Repr GC where reprPrec
+public instance : Repr GC where reprPrec
283
284
public def toString (x : GC) := " | ".intercalate (reprAux x)
285
-instance : ToString GC where toString
+public instance : ToString GC where toString
286
287
public def ofAbbrev? (s : String.Slice) : Option GC :=
288
match s.chars.take 3 |>.toList with
0 commit comments