͘      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~1(c) Sterling Clover 2008-2011, Kevin Charter 2011 BSD 3 Clauses.clover@gmail.com experimentalportableSafe3`A value is either from the  list, the  or from .  contains both the left and right values, in case you are using a form of equality that doesn't check all data (for example, if you are using a newtype to only perform equality on side of a tuple).ITakes two lists and returns a list of differences between them. This is  with  used as predicate.^Takes two lists and returns a list of differences between them, grouped into chunks. This is  with  used as predicate. A form of  with no L constraint. Instead, an equality predicate is taken as the first argument.Safe SafeYS      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      Safe Safe3? SafeunstableSafe*A < 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 than 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+jSafe1;=FT0A 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 \) action that expects an argument of type a A type class for examples  !"#$   !"unstableSafe+345<? %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 structure0The  specGroup6 function combines a list of specs into a larger spec.1The specItem function creates a spec item. %&'()*+,-./01%&'()*,-./NoneKG2A writer monad for + forests6 Convert a 5 to a forest of +s.7 Create a 5 from a forest of +s.82Run an IO action while constructing the spec tree.2J 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. 23456789:;<23 provisionalNoneQ =+Run a custom action before every spec item.>+Run a custom action before every spec item.?+Run a custom action before every spec item.@/Run a custom action before the first spec item.A/Run a custom action before the first spec item.B*Run a custom action after every spec item.C*Run a custom action after every spec item.D8Run a custom action before and/or after every spec item.E-Run a custom action after the last spec item.F-Run a custom action after the last spec item.G8Run a custom action before and/or after every spec item.H8Run a custom action before and/or after every spec item. =>?@ABCDEFGH =>?@ABCEFDGH !unstableNone+<dp IThe describe6 function combines a list of specs into a larger spec.Jcontext is an alias for I.K Changing I to K> marks all spec items of the corresponding subtree as pending.3This can be used to temporarily disable spec items.Lxcontext is an alias for K.MThe 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) == 1Nspecify is an alias for M.O Changing M to O. marks the corresponding spec item as pending.4This can be used to temporarily disable a spec item.Pxspecify is an alias for O.QQL marks all spec items of the given spec to be safe for parallel evaluation.RR, can be used to mark a spec item as 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" $ pendingSS is similar to Rv, but it takes an additional string argument that can be used to specify the reason for why the spec item is pending.@  !"#$%&'()*+,-./0123456789:;<IJKLMNOPQRS@MNIJRSOPKLQ54236789:;< !"#  $+,-./%&'()*01 provisionalNoneh|TUse a modified " for given spec.UUse a modified # for given spec.VUse a modified $ for given spec.TUVTUVNone "#0;=CQV}` 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 failuresFormatterh9Get the number of successful examples encountered so far.i6Get the number of pending examples encountered so far.j5Get the number of failed examples encountered so far.k4Get the total number of examples encountered so far.l-Get the list of accumulated failure messages.m,The random seed that is used for QuickCheck.n:Get the used CPU time since the test run has been started.o=Get the passed real time since the test run has been started.p!Append some output to the report.q The same as p, but adds a newline character.rRSet output color to red, run given action, and finally restore the default color.sTSet output color to green, run given action, and finally restore the default color.tUSet output color to yellow, run given action, and finally restore the default color.uSSet output color to cyan, run given action, and finally restore the default color.vOutput given chunk in red.wOutput given chunk in green.7%&'()*+,-./012345WXYZ[\]^_`abcdefg6hijklmnopqrstuvw%&'()*+,-./012345789:;<=>?@ABCDEFXYZ[\] ^_`abcdefg experimentalNone*WXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{*xyz{]^_`abcdefgWhijkXYZ[\lmnopqustrvwNoneqA predicate that is used to filter the spec before it is run. Only examples that satisfy the predicate are run. |}~GHIJKLMNOPQR|}~Noned STUVWXYZ[STUVWXYNoneK\A lifted version of ]A lifted version of ^,The random seed that is used for QuickCheck._,Increase the counter for successful examples`)Increase the counter for pending examplesa(Increase the counter for failed examplesb9Get the number of successful examples encountered so far.c6Get the number of pending examples encountered so far.d5Get the number of failed examples encountered so far.e3Append to the list of accumulated failure messages.f-Get the list of accumulated failure messages.g!Append some output to the report.hRSet output color to red, run given action, and finally restore the default color.iTSet output color to green, run given action, and finally restore the default color.jUSet output color to yellow, run given action, and finally restore the default color.kSSet output color to cyan, run given action, and finally restore the default color.l5Set a color, run an action, and finally reset colors.mOutput given chunk in red.nOutput given chunk in green.ofinally_ actionA actionB runs actionA and then actionB. actionB is run even when a p occurs during actionA.q:Get the used CPU time since the test run has been started.r=Get the passed real time since the test run has been started.stu_`aeosvw xyz{|}~None]cAdd a filter predicate to config. If there is already a filter predicate, then combine them with  .|}~None;Evaluate all examples of a given spec and produce a report.?Execute given action at most every specified number of seconds. provisionalNonecSummary of a test run. Filter specs by given predicate.DThe predicate takes a list of "describe" labels and a "requirement".%Run given spec and write a report to  . Exit with ! 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 B 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 B on failing spec items. If you need this, you have to check the  yourself and act accordingly.%|}~%|}~ !"#$%&&'()*+,-./01234566789:;<=>>?@ABCDEFGHIJJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnnopqrrstuvwxyz{|}~      !"#$%&'()*+,+-+./0123456789:;<=>?@ABCDEFGFHFIFJKLMNOPQRQSQTQUQVQWQXQYQZQ[Q\Q]Q^Q_Q`QaQbcdcecfcgchijklmnmompmqmrmsmtuvwxyzm{m|m}m~mmFccccccQQQQQQQQQQQQQQQQQQQQ++FFFF      !"#$%&'()*+,-,.,/012 3 4 5 6 7 7 8 9 :;<=> ? @ A B C DEFEGHIJHIKHILMMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqr::stuvvwwxyz{|}~|}~mm'hspec-core-2.4.7-1LogwcWv83d4G9paosFleyTest.Hspec.Core.UtilTest.Hspec.Core.SpecTest.Hspec.Core.HooksTest.Hspec.Core.QuickCheckTest.Hspec.Core.FormattersTest.Hspec.Core.RunnerData.Algorithm.DiffPaths_hspec_coreTest.Hspec.Core.CompatTest.Hspec.Core.Formatters.DiffTest.Hspec.Core.Formatters.FreeTest.Hspec.Core.TimerTest.Hspec.Core.QuickCheckUtilTest.Hspec.Core.ExampleTest.Hspec.Core.TreeTest.Hspec.Core.Spec.Monad beforeAll Test.Hspec.Core.Formatters.MonadTest.Hspec.Core.OptionsTest.Hspec.Core.FailureReport#Test.Hspec.Core.Formatters.InternalControl.Monad.Trans.StategetsmodifyTest.Hspec.Core.ConfigTest.Hspec.Core.Runner.EvalPath pluralizestrip lineBreaksAtformatRequirementfilterPredicateformatExceptionsafeTryLocationAccuracy ExactLocation BestEffortLocation locationFile locationLinelocationColumnlocationAccuracy FailureReasonNoReasonReasonExpectedButGotResultSuccessPendingFailure ActionWithProgressCallbackProgressParamsparamsQuickCheckArgsparamsSmallCheckDepthExampleArgevaluateExample defaultParamssafeEvaluateExampleItemitemRequirement itemLocationitemIsParallelizable itemExampleSpecTreeTreeNodeNodeWithCleanupLeaf specGroupspecItemSpecMSpecWithSpecrunSpecM fromSpecListrunIO mapSpecTree mapSpecItem mapSpecItem_ modifyParamsbeforebefore_ beforeWith beforeAll_afterafter_aroundafterAll afterAll_around_ aroundWithdescribecontext xdescribexcontextitspecifyxitxspecifyparallelpending pendingWithmodifyMaxSuccessmodifyMaxDiscardRatio modifyMaxSizeFormatM FailureRecordfailureRecordLocationfailureRecordPathfailureRecordMessage FormatterheaderFormatterexampleGroupStartedexampleGroupDoneexampleProgressexampleSucceeded exampleFailedexamplePendingfailedFormatterfooterFormattergetSuccessCountgetPendingCount getFailCount getTotalCountgetFailMessagesusedSeed getCPUTime getRealTimewrite writeLine withFailColorwithSuccessColorwithPendingColor withInfoColor extraChunk missingChunksilentspecdocprogressfailed_examples ColorMode ColorAuto ColorNever ColorAlwaysConfigconfigIgnoreConfigFile configDryRunconfigPrintCpuTimeconfigFastFailconfigFailureReport configRerunconfigRerunAllOnSuccessconfigFilterPredicateconfigSkipPredicateconfigQuickCheckSeedconfigQuickCheckMaxSuccessconfigQuickCheckMaxDiscardRatioconfigQuickCheckMaxSizeconfigSmallCheckDepthconfigColorMode configDiffconfigFormatterconfigHtmlOutputconfigOutputFileconfigConcurrentJobs defaultConfigconfigAddFilterSummarysummaryExamplessummaryFailureshspec hspecWith hspecResulthspecWithResult$fMonoidSummary $fEqSummary $fShowSummaryDiffFirstSecondBothgetDiff getDiffByghc-prim GHC.Classes==getGroupedDiffgetGroupedDiffByEqDLpoipojpathDIFSBversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNamebaseGHC.Base++GHC.PrimseqGHC.Listfilterzip System.IOprint Data.Tuplefstsnd otherwisemap$GHC.Real fromIntegral realToFracGHC.EnumBoundedminBoundmaxBoundEnumenumFrom enumFromThenenumFromThenTo enumFromTofromEnumtoEnumsuccpred/= 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 ApplicativeliftA2pure<*>*><* 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 getContentsgetLinegetCharputStrLnputStrputCharGHC.IO.ExceptionioError Data.IORefatomicWriteIORefatomicModifyIORef'atomicModifyIORef modifyIORef' modifyIORef mkWeakIORef GHC.IORef writeIORef readIORefnewIORefIORefGHC.IOFilePath userErrorIOErrorData.Functor.ConstConstgetConstfindnotElem minimumBy maximumByallanyorand concatMapconcatmsumasum sequence_ sequenceA_forM_mapM_for_ traverse_foldlMfoldrM Data.Monoid<>DualgetDualEndoappEndoAllgetAllAnygetAnySumgetSumProduct getProductgetFirstLastgetLastAltgetAlt Data.OldListunwordswordsunlineslines Text.Readread readMaybereadseitherlex readParenText.ParserCombinators.ReadPReadS Data.Functor<$>lcmgcd^^^oddeven showParen showStringshowCharshowsunzip3unzipzipWith3zipWithzip3!!lookupreversebreakspansplitAtdroptake dropWhile takeWhilecycle replicaterepeatiteratescanr1scanrscanl1scanlinitlasttailhead Data.MaybemaybeuncurrycurrysubtractasTypeOfuntil$!flip.constid=<<liftA3liftA<**> Alternativeempty<|>somemanyGHC.Err undefinederrorWithoutStackTraceerror&&||notshowType showFullTypegetDefaultConcurrentJobsdiffFreePureliftFnewTimer IOException IOErrorTypeControl.Exception.BasetryaroundProperty aroundProp aroundRose formatNumbersnewSeedmkGenMemoizedEmptyFailed(QuickCheck-2.10.1-BUFYQzp5Pjm7JbQeTzW89lTest.QuickCheck.Test maxSuccessmaxDiscardRatiomaxSize EnvironmentenvironmentGetSuccessCountenvironmentGetPendingCountenvironmentGetFailCountenvironmentGetFailMessagesenvironmentUsedSeedenvironmentGetCPUTimeenvironmentGetRealTimeenvironmentWriteenvironmentWithFailColorenvironmentWithSuccessColorenvironmentWithPendingColorenvironmentWithInfoColorenvironmentExtraChunkenvironmentMissingChunkenvironmentLiftIO interpretWithFormatFGetSuccessCountGetPendingCount GetFailCountGetFailMessagesUsedSeed GetCPUTime GetRealTimeWrite WithFailColorWithSuccessColorWithPendingColor WithInfoColor ExtraChunk MissingChunkLiftIO ConfigFile envVarNamefilterOr parseOptionsignoreConfigFile _argumentName_argumentParser_argumentSetterInvalidArgument FailureReportfailureReportSeedfailureReportMaxSuccessfailureReportMaxSizefailureReportMaxDiscardRatiofailureReportPathswriteFailureReportreadFailureReportincreaseSuccessCountincreasePendingCountincreaseFailCountaddFailMessage withColorfinally_ UserInterrupt interpret runFormatMFormatterState stateHandle stateUseColor stateUseDiff produceHTML successCount pendingCount failCount failMessages stateUsedSeed cpuStartTime startTimeconfigQuickCheckArgs getConfig runFormattereveryMessageDoneRunReportReportProgress ReportResult filterSpecsGHC.IO.Handle.FDstdout System.Exit exitFailure