E      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~SafeSafeS      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~unstableSafeA < represents the location of an example within the spec tree.JIt consists of a list of group descriptions and a requirement description.pluralize count singular pluralizes the given singular word unless given count is 1. Examples:pluralize 0 "example" "0 examples"pluralize 1 "example" "1 example"pluralize 2 "example" "2 examples"%Strip leading and trailing whitespace,ensure that lines are not longer then given n(, insert line breaks at word boundariesQTry to create a proper English sentence from a path by applying some heuristics.3A predicate that can be used to filter a spec tree. The function # converts an exception to a string.This is different from /. The type of the exception is included, e.g.:*formatException (toException DivideByZero)!"ArithException (divide by zero)"For s the  is included, as well.safeTryu evaluates given action and returns its result. If an exception occurs, the exception is returned instead. Unlike , it is agnostic to asynchronous exceptions. Safe Safe09;DRA marker for source locations The source location is accurate XThe source location was determined on a best-effort basis and my be wrong or inaccurate Location' is used to represent source locations. The result of running an exampleAn 6) action that expects an argument of type aA type class for examples      unstableSafe2 ItemF is used to represent spec items internally. A spec item consists of:+a textual description of a desired behavioran example for that behavioradditional meta information&Everything that is an instance of the r type class can be used as an example, including QuickCheck properties, Hspec expectations and HUnit assertions."Textual description of behavior# Source location of the spec item$fA flag that indicates whether it is safe to evaluate this spec item in parallel with other spec items%Example for behavior&A tree is used to represent a spec internally. The tree is parametrize over the type of cleanup actions and the type of the actual spec items.'Internal tree data structure+The  specGroup6 function combines a list of specs into a larger spec.,The specItem function creates a spec item. !"#$%&'()*+, !"#$%&'()*+, !"#$%&'()*+, NoneI-A writer monad for & forests1 Convert a 0 to a forest of &s.2 Create a 0 from a forest of &s.32Run an IO action while constructing the spec tree.-J is a monad to construct a spec tree, without executing any spec items. runIO allows you to run IO actions during this construction phase. The IO action is always run when the spec tree is constructed (e.g. even when  --dry-run] is specified). If you do not need the result of the IO action to construct the spec tree,  ( may be more suitable for your use case. -./01234567 -./01234567 -./01234567unstableNone8The describe6 function combines a list of specs into a larger spec.9The it function creates a spec item.A spec item consists of:+a textual description of a desired behavioran example for that behavior odescribe "absolute" $ do it "returns a positive number when given a negative number" $ absolute (-1) == 1::L marks all spec items of the given spec to be safe for parallel evaluation.;;, can be used to indicate that an example is pending.VIf you want to textually specify a behavior but do not have an example yet, use this: `describe "fancyFormatter" $ do it "can format text in a way that everyone likes" $ pending<< is similar to ;j, but it takes an additional string argument that can be used to specify the reason for why it's pending.89:;<5  !"#$%&'()*+,-./0123456789:;<589;<:0/-.1234567  &'()* !"#$%+,89:;<NoneI@ evaluated before each test group@The given number indicates the position within the parent group.B>used to notify the progress of the currently evaluated exampleNote2: This is only called when interactive/color mode.C'evaluated after each successful exampleD#evaluated after each failed exampleE$evaluated after each pending exampleFevaluated after a test runGevaluated after failuresFormatterA lifted version of A lifted version of N,The random seed that is used for QuickCheck.0The total number of examples encountered so far.,Increase the counter for successful examples)Increase the counter for pending examples(Increase the counter for failed examplesO9Get the number of successful examples encountered so far.P6Get the number of pending examples encountered so far.Q5Get the number of failed examples encountered so far.R4Get the total number of examples encountered so far.3Append to the list of accumulated failure messages.S-Get the list of accumulated failure messages.T#Append an empty line to the report.CCalling this multiple times has the same effect as calling it once.U!Append some output to the report.V The same as U, but adds a newline character.WRSet output color to red, run given action, and finally restore the default color.XTSet output color to green, run given action, and finally restore the default color.YUSet output color to yellow, run given action, and finally restore the default color.ZSSet output color to cyan, run given action, and finally restore the default color.5Set a color, run an action, and finally reset colors.finally_ actionA actionB runs actionA and then actionB. actionB is run even when a  occurs during actionA.[:Get the used CPU time since the test run has been started.\=Get the passed real time since the test run has been started.9=>?@ABCDEFGHIJKLM     NOPQRSTUVWXYZ[\&=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\= >?@ABCDEFGHIJKLM      NOPQRSTUVWXYZ[\ experimentalNone]^_`%=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`%]^_`=>?@ABCDEFGMOPQRHIJKLSN[\UVTZXYW]^_` provisionalNone a+Run a custom action before every spec item.b+Run a custom action before every spec item.c+Run a custom action before every spec item.d/Run a custom action before the first spec item.e/Run a custom action before the first spec item.f*Run a custom action after every spec item.g*Run a custom action after every spec item.h8Run a custom action before and/or after every spec item.i-Run a custom action after the last spec item.j-Run a custom action after the last spec item.k8Run a custom action before and/or after every spec item.l8Run a custom action before and/or after every spec item.abcdefghijkl abcdefghijkl abcdefgijhklabcdefghijkl provisionalNonemUse a modified  for given spec.nUse a modified  for given spec.oUse a modified  for given spec.mnomnomnomnoSafe  !"#$%  !"#$% !"#$%NoneyqA predicate that is used to filter the spec before it is run. Only examples that satisfy the predicate are run./&'()*+,-.pqrstuvwxyz{|}~/0123456789:;<=pqrstuvwxyz{|}~/=&'()*+,-.pqrstuvwxyz{|}~/0123456789:;<=NonecAdd a filter predicate to config. If there is already a filter predicate, then combine them with .>?@Apqrstuvwxyz{|}~?@>?@ANoneB;Evaluate all examples of a given spec and produce a report.C?Execute given action at most every specified number of seconds.DEFGHIJKBCLMNOPQB DEFGHIJKBCLMNOPQ provisionalNoneSummary of a test run.R Filter specs by given predicate.DThe predicate takes a list of "describe" labels and a "requirement".%Run given spec and write a report to S . Exit with T! if at least one spec item fails.8Run given spec with custom options. This is similar to , but more flexible.5Run given spec and returns a summary of the test run.Note:  does not exit with TB on failing spec items. If you need this, you have to check the  yourself and act accordingly.IRun given spec with custom options and returns a summary of the test run.Note:  does not exit with TB on failing spec items. If you need this, you have to check the  yourself and act accordingly. RUVW!pqrstuvwxyz{|}~!tuvwxyz{|}~pqrs RUVWSafe XYZ[\]^_`abcdY_`abcd XYZ[\]^_`abcde   ! " " # $ % & ' ( ) * + , - . . / 0 1 2 3 4 5 5 6 7 8 9 : ; < = > ? @ A A B C D E F G H I JKLMNOPPQRSTUVWXYZZ[\]^_`abcdefghijklmnopqrst uvwxyz{|}~      !"#$%&'()(*(+(,(-(.(/(0(1(2(3(4(5(6(7(8(9:;:<:=:>:?@ABCDEDFDGDHDIDJDKLMNOPQDRDSDTDUVDWDXYZY[Y\]^_`:a:b:c:d:e:fghgigjgkglgmgngogogpqrstuvwxyz{|}~}}((((((((((((((((((((Y                      !"#$%&'^(()*+,-./0123456789:;<=;<>;<?@AABCDEFGH22IJKLMN'OPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'hspec-core-2.2.4-L71EY0dj8U5JNrfwNf2RQwTest.Hspec.Core.UtilTest.Hspec.Core.SpecTest.Hspec.Core.FormattersTest.Hspec.Core.HooksTest.Hspec.Core.QuickCheckTest.Hspec.Core.RunnerTest.Hspec.TimerTest.Hspec.CompatTest.Hspec.Core.QuickCheckUtilTest.Hspec.Core.ExampleTest.Hspec.Core.TreeTest.Hspec.Core.Spec.Monad beforeAll#Test.Hspec.Core.Formatters.InternalControl.Monad.Trans.StategetsmodifyTest.Hspec.FailureReportTest.Hspec.OptionsTest.Hspec.ConfigTest.Hspec.Core.Runner.EvalPaths_hspec_corePath pluralizestrip lineBreaksAtformatRequirementfilterPredicateformatExceptionsafeTryLocationAccuracy ExactLocation BestEffortLocation locationFile locationLinelocationColumnlocationAccuracyResultSuccessPendingFail ActionWithProgressCallbackProgressParamsparamsQuickCheckArgsparamsSmallCheckDepthExampleArgevaluateExample defaultParamsItemitemRequirement itemLocationitemIsParallelizable itemExampleSpecTreeTreeNodeNodeWithCleanupLeaf specGroupspecItemSpecMSpecWithSpecrunSpecM fromSpecListrunIO mapSpecTree mapSpecItem mapSpecItem_ modifyParamsdescribeitparallelpending pendingWith FormatterheaderFormatterexampleGroupStartedexampleGroupDoneexampleProgressexampleSucceeded exampleFailedexamplePendingfailedFormatterfooterFormatter FailureRecordfailureRecordLocationfailureRecordPathfailureRecordMessageFormatMusedSeedgetSuccessCountgetPendingCount getFailCount getTotalCountgetFailMessages newParagraphwrite writeLine withFailColorwithSuccessColorwithPendingColor withInfoColor getCPUTime getRealTimesilentspecdocprogressfailed_examplesbeforebefore_ beforeWith beforeAll_afterafter_aroundafterAll afterAll_around_ aroundWithmodifyMaxSuccessmodifyMaxDiscardRatio modifyMaxSize ColorMode ColorAuto ColorNever ColorAlwaysConfig configDryRunconfigPrintCpuTimeconfigFastFail configRerunconfigFilterPredicateconfigSkipPredicateconfigQuickCheckSeedconfigQuickCheckMaxSuccessconfigQuickCheckMaxDiscardRatioconfigQuickCheckMaxSizeconfigSmallCheckDepthconfigColorModeconfigFormatterconfigHtmlOutputconfigOutputFileconfigConcurrentJobs defaultConfigconfigAddFilterSummarysummaryExamplessummaryFailureshspec hspecWith hspecResulthspecWithResult$fMonoidSummary $fEqSummary $fShowSummarynewTimergetDefaultConcurrentJobsshowType showFullTypebaseGHC.Base++ghc-primGHC.PrimseqGHC.Listfilterzip System.IOprint Data.Tuplefstsnd otherwisemap$GHC.Real fromIntegral realToFracGHC.EnumBoundedminBoundmaxBoundEnumenumFrom enumFromThenenumFromThenTo enumFromTofromEnumtoEnumsuccpred GHC.ClassesEq==/= GHC.FloatFloatingpiexplogsqrt**logBasesincostanasinacosatansinhcoshtanhasinhacoshatanh Fractional fromRational/recipIntegral toIntegerquotremdivmodquotRemdivModMonad>>=>>returnfailFunctorfmap<$GHC.NumNum*+-negate fromIntegerabssignumOrd>=minmax><<=compareGHC.ReadRead readsPrecreadListReal toRational RealFloat floatRadix floatDigits floatRange decodeFloat encodeFloatexponent significand scaleFloatisNaN isInfiniteisDenormalizedisNegativeZeroisIEEEatan2RealFracproperFractiontruncateroundceilingfloorGHC.ShowShowshow showsPrecshowList Applicativepure<*>*><* Data.FoldableFoldabletoListfoldrfoldlfoldl'foldl1sumproductfoldr1maximumminimumelemfoldfoldr'foldMapnulllengthData.Traversable TraversablemapMsequencetraverse sequenceAMonoidmemptymappendmconcat GHC.TypesBoolTrueFalseCharDoubleFloatInt integer-gmpGHC.Integer.TypeIntegerMaybeNothingJustOrderingLTEQGTRationalIOWord Data.EitherEitherLeftRightStringShowSSystem.Environment lookupEnvfoldMapDefault fmapDefault mapAccumR mapAccumLforMforControl.Applicativeoptional WrappedMonad WrapMonad unwrapMonad WrappedArrow WrapArrow unwrapArrowZipList getZipListreadIOreadLn appendFile writeFilereadFileinteract getContentsgetLinegetCharputStrLnputStrputChar Text.Readread readMaybereadsGHC.IO.ExceptionioErrorData.Functor.ConstConstgetConstfindnotElem minimumBy maximumByallanyorand concatMapconcatmsumasum sequence_ sequenceA_forM_mapM_for_ traverse_foldlMfoldrM Data.Monoid<>DualgetDualEndoappEndoAllgetAllAnygetAnySumgetSumProduct getProductFirstgetFirstLastgetLastAltgetAlt Data.IORefatomicWriteIORefatomicModifyIORef'atomicModifyIORef modifyIORef' modifyIORef mkWeakIORef GHC.IORef writeIORef readIORefnewIORefIORefGHC.IOFilePath userErrorIOErroreither Data.OldListunwordswordsunlineslineslex readParenText.ParserCombinators.ReadPReadS Data.Functor<$>lcmgcd^^^oddeven showParen showStringshowCharshowsunzip3unzipzipWith3zipWithzip3!!lookupreversebreakspansplitAtdroptake dropWhile takeWhilecycle replicaterepeatiteratescanr1scanrscanl1scanlinitlasttailhead Data.MaybemaybeuncurrycurrysubtractasTypeOfuntil$!flip.constid=<<liftA3liftA2liftA<**> Alternativeempty<|>somemanyGHC.Err undefinederrorWithoutStackTraceerror&&||not IOException IOErrorTypeControl.Exception.BasetryaroundProperty aroundProp aroundRose formatNumbersnewSeedmkGenhunitFailureToResult $fExample(->)$fExampleProperty$fExampleResult$fExample(->)0 $fExampleIO $fExampleBool$fExceptionResult$fTraversableTree$fFoldableTree totalCountincreaseSuccessCountincreasePendingCountincreaseFailCountaddFailMessage withColorfinally_ UserInterruptFormatterState stateHandle stateUseColor produceHTML successCount pendingCount failCount failMessages stateUsedSeed cpuStartTime startTime runFormatMhtmlSpan withColor_defaultFailedFormatter defaultFootermemoize mapArounduntangle'QuickCheck-2.9.2-AzbjWrJo3WFD60ZxKurQ3sTest.QuickCheck.Test maxSuccessmaxDiscardRatiomaxSize modifyArgs FailureReportfailureReportSeedfailureReportMaxSuccessfailureReportMaxSizefailureReportMaxDiscardRatiofailureReportPathswriteFailureReportreadFailureReport _argumentName_argumentParser_argumentSetterNoConfigHelpInvalidArgumentfilterOraddMatchaddSkipsetDepth setMaxSuccess setMaxSizesetMaxDiscardRatiosetSeed formatters formatHelpmkOption addLineBreaksoptionsundocumentedOptions parseOptionsmkConfigconfigQuickCheckArgs getConfigexitWithMessage runFormattereveryMessageDoneRunReportReportProgress ReportResult FormatResultEvalTree parallelizerunSequentially runParallel evalExamplerunprocessMessages filterSpecsGHC.IO.Handle.FDstdout System.Exit exitFailure applyDryRun ensureSeedisDumbcatchIOversionbindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName