| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Libjwt.ASCII
Description
ASCII character string
Documentation
Represents a string consisting of only ASCII characters. JWT encoding and decoding can safely skip conversion to/from UTF-8 for these values
Instances
| Eq ASCII Source # | |
| Ord ASCII Source # | |
| Read ASCII Source # | |
| Show ASCII Source # | |
| JsonParser ASCII Source # | |
Defined in Libjwt.Classes | |
| JsonBuilder ASCII Source # | |
Defined in Libjwt.Classes Methods jsonBuilder :: ASCII -> Builder Source # | |
| JwtRep ByteString ASCII Source # | |
Defined in Libjwt.Classes | |
| JwtRep ASCII ZonedTime Source # | |
| JwtRep ASCII LocalTime Source # | |
| JwtRep ASCII UTCTime Source # | |
| JwtRep ASCII Day Source # | |
| AFlag a => JwtRep ASCII (Flag a) Source # | |