We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc78175 commit c680edeCopy full SHA for c680ede
src/Data/Char/Gen.purs
@@ -6,7 +6,7 @@ import Control.Monad.Gen (class MonadGen, chooseInt, oneOf)
6
import Data.Char as C
7
import Data.NonEmpty ((:|))
8
9
--- | Generates a character of the Unicode basic multilingual plain.
+-- | Generates a character of the Unicode basic multilingual plane.
10
genUnicodeChar :: forall m. MonadGen m => m Char
11
genUnicodeChar = C.fromCharCode <$> chooseInt 0 65536
12
0 commit comments