1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-10-03 23:18:01 +03:00

Merge pull request #220 from patheticpat/patch-1

fix string variant table formatting
This commit is contained in:
Stephen Diehl 2021-06-29 16:20:10 +01:00 committed by GitHub
commit 59ccf63de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7134,8 +7134,8 @@ For each of these there are two variants for both text and bytestring.
Giving rise to the Cartesian product of the four common string types:
Variant Module
------------- ----------
Variant Module
------------- ----------
**strict text** `Data.Text`
**lazy text** `Data.Text.Lazy`
**strict bytestring** `Data.ByteString`