Skip to content

Commit

Permalink
utf8 added to type graph
Browse files Browse the repository at this point in the history
Which was all that was needed to close #2416. New lesson learned about
htmlify.p6, which never ceases to amaze. Also addresses partially #2418.
  • Loading branch information
JJ committed Oct 25, 2018
1 parent 4857a9c commit 416431e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions type-graph.txt
Expand Up @@ -216,6 +216,7 @@ class Slip is List
role Blob[::T = uint8] does Positional[T] does Stringy
role Buf[::T = uint8] does Blob[T]
class Uni does Positional[uint32] does Stringy
class utf8 does Blob[uint8]
class NFD is Uni
class NFC is Uni
class NFKD is Uni
Expand Down

0 comments on commit 416431e

Please sign in to comment.