h*=2.      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s 0.9.10 Safe-Inferred tuvwxyz{|}~ Safe-Inferred qrcode-core>Creates a Reed-Solomon ECC generator for the specified degree. qrcode-coreComputes and returns the Reed-Solomon error correction code words for the specified sequence of data codewords. qrcode-coreReturns the product of the two given field elements modulo GF(2^8/0x11D). Safe-Inferred qrcode-coreList of bits. Stored as a pair of Int, how many bits to store and the data, in a DList. The DList gives a O(1) append. The number of bits in a pair is never more than 22. qrcode-core+Store bits from Int in an ByteStreamBuilder qrcode-core8Store bits from an list of Bytes in an ByteStreamBuilder qrcode-core*Convert ByteStreamBuilder to list of Word8 qrcode-core%Convert list of Word8 to list of Bool Safe-Inferred qrcode-coreThe error level of an QRCode qrcode-coreAllows error recovery up to 7% qrcode-coreAllows error recovery up to 15% qrcode-coreAllows error recovery up to 25% qrcode-coreAllows error recovery up to 30% Safe-Inferred E qrcode-coreThe desired mask for the QRCode     Safe-Inferred h qrcode-core0Minimal version (i.e. size) the qr code may have qrcode-core0Maximal version (i.e. size) the qr code may have qrcode-coreSelected error correction level qrcode-coreIncrease error correction level within the same version if possible qrcode-coreSpecify a mask to be used, only use it if you know what you're doing qrcode-coreThe default options are all versions, boost error level and automatic mask, the error level has always to be specified Safe-Inferred%& " qrcode-coreConvert the QR code image into a list-type containing all elements from top to bottom and left to right. The values for black/white have to be specified.# qrcode-coreConvert the QR code image into a list-type of list-type. The values for black/white have to be specified." qrcode-coreValue for black modules qrcode-coreValue for white modules# qrcode-coreValue for black modules qrcode-coreValue for white modules !"# !"# Trustworthy79:;<$ qrcode-coreThis Maybe wrapper treats Just as success and Nothing as failure. There is no unexpected success <-> failure change. Differences:  instance Semigroup/Monoid Maybe where Nothing <> (Just x) = Just x mempty = Nothing stimes 0 (Just x) = Nothing instance Semigroup/Monoid Result where Nothing <> (Just x) = Nothing mempty = Just mempty stimes 0 (Just x) = Just (stimes 0 x) $%&'$%&' Safe-InferredH@ qrcode-coreGenerate segment out of a ISO-8859-1 text, if the text contains chars which aren't in the charset the result will be a failure.A qrcode-coreUse an UTF-8 encoded text. The reader must do a detection and conversion.Please check the readers which should be used if they support this.B qrcode-coreThis is the correct way to encode UTF-8, but it's reported that not all readers support this.Please check the readers which should be used if they support this.C qrcode-coreTry to encode as @, if that is not possible use A.D qrcode-coreTry to encode as @, if that is not possible use B.?@ABCD?@ABCD Safe-InferredxE qrcode-coreConversion into binary dataG qrcode-core7Conversion into an array of digits (each has to be 0-9)I qrcode-coreConversion into a String and the information if the text is case insensitive (relevant for alphanumeric encoding)IJKGHEFIJKGHEF Safe-Inferred Safe-Inferred Z qrcode-coreAn segment of encoded dataZ Safe-Inferred?ZZ Safe-Inferredg[  Safe-Inferred[\ qrcode-core&The version of the intermediate result] qrcode-core)The ErrorLevel of the intermediate result^ qrcode-core;The size of the data in bits inside the intermediate result[\]^[\]^ Safe-Inferred#%&. qrcode-core The data all encoder pass around qrcode-coreCalculates the size of a QR code (in modules) based on the version. qrcode-core Determine  and  based on the  and the data to encode. qrcode-coreAdd the End marker, pad to a full byte (with 0) and pad all further unused bytes (with 0xEC11). qrcode-core4Append the appropriate error correction to the data. Safe-Inferred%&a Safe-Inferred%&  qrcode-coreDraw all function patterns qrcode-core9Draw both timing patterns (alternate black/white modules) qrcode-core?Draws a 5*5 alignment pattern, with the center module at (x, y) qrcode-coreDraws a 9*9 finder pattern including the border separator, with the center module at (x, y) qrcode-core+Draw the version information into the image qrcode-coreMark all modules which will be used by the format bits as a function pattern (but don't actually write anything into it yet). qrcode-core*Draw the actual format bits into the image qrcode-core>Draw the code words (data and error correction) into the image qrcode-coreijfegchdkl  !"#[\]^Z$%&'?@ABCDIJKGHEF ijfegchdkl  Safe-Inferred.m qrcode-coreEncode a string into an QR code using any mode that seems fit, will encode the input in parts, each as s, r, q and o based on the contents.8Please refer to the specific documentations for details.+Should result in the shortest encoded data.n qrcode-coreEncode a whole string into an QR code using the mode with the shortest result. Will pick either s, r, q or o based on the contents.8Please refer to the specific documentations for details.o qrcode-coreGenerate a QR code representing the specified text data encoded as ISO-8859-1 or UTF-8 (with or without ECI) in byte mode.Please refer to ? on what the difference is.In case you want to encode as ISO-8859-1 and already have a [Word8] or similar you can use p as it creates the same result.p qrcode-coreGenerate a QR code representing the specified binary data in byte mode.q qrcode-coreGenerate a QR code representing the specified text data encoded as QR code Kanji.Since this encoding does neither contain ASCII nor the half width katakana characters it may be impossible to encode all text in this encoding.r qrcode-coreGenerate a QR code representing the specified text string encoded in alphanumeric mode.The alphanumeric encoding contains this characters: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:".When the input is case insensitive the chars are converted to uppercase since this alphabet contains only uppercase characters. This can be archived by applying  to the input.s qrcode-coreGenerate a QR code representing the specified string of decimal digits encoded in numeric mode.2mnopqrs ?@ABCDIJKGHEF !"#mnopqrs" Safe-Inferred.#$%&'()*+,-./01234567789:;<=>>?@ABCDEEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{ | } ~     !         Cz{"""""""")qrcode-core-0.9.10-9Bs6NldO7hkKKS9lSAuzl3Codec.QRCode.Data.ErrorLevelCodec.QRCode.Data.MaskCodec.QRCode.Data.QRCodeOptionsCodec.QRCode.Data.QRImageCodec.QRCode.Data.ResultCodec.QRCode.Data.TextEncodingCodec.QRCode.Data.ToInputCodec.QRCode.Data.QRSegment Codec.QRCode.Data.QRIntermediate!Codec.QRCode.Intermediate.SpecialCodec.QRCode.Intermediate Codec.QRCode qrcode-coreCodec.QRCode.Base$Codec.QRCode.Code.ReedSolomonEncoder#Codec.QRCode.Data.ByteStreamBuilderCodec.QRCode.Data.Version$Codec.QRCode.Data.QRSegment.Internal)Codec.QRCode.Data.QRIntermediate.InternalCodec.QRCode.Code.DataCodec.QRCode.Data.MQRImageCodec.QRCode.Code.ImageCodec.QRCode.Code.MaskCodec.QRCode.Code.IntermediateCodec.QRCode.Mode.AlphanumericData.CaseInsensitivemkCodec.QRCode.Mode.ECICodec.QRCode.Mode.ByteCodec.QRCode.Mode.KanjiCodec.QRCode.Mode.NumericCodec.QRCode.Mode.MixedCodec.QRCode.Mode.AutomaticPaths_qrcode_core ErrorLevelLMQH$fBoundedErrorLevel$fEnumErrorLevel$fEqErrorLevelMaskMask0Mask1Mask2Mask3Mask4Mask5Mask6Mask7 $fBoundedMask $fEnumMask$fEqMask QRCodeOptions qroMinVersion qroMaxVersion qroErrorLevelqroBoostErrorLevelqroMaskdefaultQRCodeOptionsQRImage qrVersion qrErrorLevel qrImageSize qrImageDatatoListtoMatrixResult getResultresult$fMonoidResult$fSemigroupResult$fAlternativeResult$fApplicativeResult $fDataResult $fEqResult$fFoldableResult$fFunctorResult$fGenericResult$fGeneric1TYPEResult $fMonadResult$fMonadFixResult$fMonadPlusResult $fOrdResult $fReadResult $fShowResult$fTraversableResult $fEq1Result$fMonadFailResult$fMonadZipResult $fOrd1Result $fRead1Result $fShow1Result TextEncoding Iso8859_1Utf8WithoutECI Utf8WithECIIso8859_1OrUtf8WithoutECIIso8859_1OrUtf8WithECIToBinarytoBinary ToNumeric toNumericToTexttoStringisCI $fToTextCI $fToTextText $fToTextText0 $fToTextList$fToNumericText$fToNumericText0$fToNumericList$fToNumericList0$fToBinaryVector$fToBinaryVector0$fToBinaryVector1$fToBinaryByteString$fToBinaryByteString0$fToBinaryList QRSegmentQRIntermediateqrIntermediateVersionqrIntermediateErrorLevelqrIntermediateDataSizeemptyNumericSegmentemptyAlphanumericSegmentemptyByteSegmentemptyKanjiSegment alphanumericecibinarytextkanjinumericmixed automatic intermediateencodeencodeAutomatic encodeText encodeBinary encodeKanjiencodeAlphanumeric encodeNumericghc-prim GHC.TypesIntFloatCharIObaseGHC.WordWord8BoolFalseTrueDoubleWordOrderingLTEQGT GHC.MaybeMaybeNothingJust~ ghc-bignumGHC.Num.IntegerIntegerWord16 Data.EitherEitherRightLeftGHC.RealIntegral toIntegerquotremdivmodquotRemdivModRationalGHC.BaseStringGHC.ReadRead readsPrecreadListGHC.ShowShowshow showsPrecshowListGHC.IO.ExceptionIOError GHC.IsListIsListItem fromListNGHC.EnumBoundedminBoundmaxBoundEnumfromEnumtoEnumenumFrom enumFromThen enumFromToenumFromThenTosuccpred GHC.ClassesEq==/= GHC.FloatFloatingpiexplogsqrt**logBasesincostanasinacosatansinhcoshtanhasinhacoshatanh Fractional fromRational/recipMonad>>=return>>Functorfmap<$GHC.NumNum fromInteger-negate+*abssignumOrdcompare>=<<=>maxminReal toRational RealFloat floatRadix floatDigits floatRange decodeFloat encodeFloatexponent significand scaleFloatisNaN isInfiniteisDenormalizedisNegativeZeroisIEEEatan2RealFracproperFractiontruncateroundceilingfloorControl.Monad.Fail MonadFailfail Applicative<*>pure*>liftA2<* Data.FoldableFoldablelengthfoldlfoldrnullfoldl'foldl1sumproductfoldr1maximumminimumelemfoldMapData.Traversable TraversabletraversemapM sequenceAsequence Semigroup<>Monoidmemptymappendmconcat Alternativeempty<|>somemanyShowSGHC.BitsBits.&..|.xor complementshiftrotatezeroBitsbitsetBitclearBit complementBittestBit bitSizeMaybebitSizeisSignedshiftL unsafeShiftLshiftR unsafeShiftRrotateLrotateRpopCountText.ParserCombinators.ReadPReadSGHC.IOFilePathGHC.ErrerrorGHC.ListzipWitheven Data.Functor<$>$ Data.Tuplefst Data.BoolbooluncurryordidheadforM System.IO writeFilegetLineputStrLnfilter Data.OldList transposesortOncycle++GHC.Primseqconcatzipprint otherwisemap fromIntegral realToFrac Control.Monadguard^&&||noterrorWithoutStackTrace undefined=<<whenconst.flip$!untilasTypeOfsubtract Data.MaybemaybeisJust fromMaybetaillastinitscanlscanl1scanrscanr1iteraterepeat replicate takeWhile dropWhiletakedropsplitAtspanbreakreverseandoranyallnotElemlookup concatMap!!zip3zipWith3unzipunzip3showsshowChar showString showParenodd^^gcdlcmGHC.STrunST GHC.STRefnewSTRef readSTRefsndcurryswapvoid GHC.UnicodeisDigittoUpperlex readPareneither Text.ReadreadsreadfoldlMmapM_forM_ sequence_ mapAccumLlinesunlineswordsunwords userErrorioErrorputCharputStrgetChar getContentsinteractreadFile appendFilereadLnreadIOunless Data.STRef modifySTRef'rsGeneratorPolynomialrsEncodemultiplyRsGeneratorPolynomialByteStreamBuilder encodeBitsfromList toBitStreamVersion unVersion VersionRange Version1to9 Version10to26 Version27to40versionsInRangeLimitedBy unQRSegment constStream lengthSegmentqrIntermediateVersion_qrIntermediateErrorLevel_qrIntermediateDataSize_qrIntermediateData_qrIntermediateMask_ QRInternalqrSizecalcVersionAndErrorLevelappendEndAndPaddingappendErrorCorrection MQRImage1 mqrImage1Size mqrImage1DatamqrImage1FixedmqrImage1VersionmqrImage1ErrorLevel MQRImage2 mqrImage2Size mqrImage2DatamqrImage2FixedmqrImage2VersionmqrImage2ErrorLevel MQRImage3 mqrImage3Size mqrImage3DatamqrImage3FixedmqrImage3VersionmqrImage3ErrorLevelnew unsafeConvertclone unsafeFreezedrawFunctionPatternsdrawTimingPatternsdrawAlignmentPatterndrawFinderPattern drawVersionreserveFormatBitsdrawFormatBits drawCodeWordssetFunctionModuleiterateNerrorLevelMask applyMaskgetPenaltyScoretoIntermediatefromIntermediategenerateQRImage alphanumericBalphanumericMap encodeUtf8kanjiBkanjiMapnumericBversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDirgetDataFileName getSysconfDir