!`D      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> Trustworthy&',-.27=>?HMSUVX$ extensibleReifies the structure of Isos( extensible ( :: Getter s a -> s -> a) extensible )& :: Getter s a -> (a -> r) -> (s -> r)* extensible ** :: Setter s t a b -> (a -> b) -> (s -> t)+ extensible"Recover tho functions from an Iso/, extensible , :: AReview s a -> a -> s $%&'()*+, '&()*+$%,(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.124567=>?HMSUVX)_. extensiblePoly-kinded product0 extensiblePoly-kinded composition3 extensible&The extensible data types should take k -> *T as a parameter. This class allows us to take a shortcut for direct representation.4 extensible4 h v! is the actual representation of h v.5 extensibleThis is an isomorphism between h v and 4 h v. !_Wrapper :: Iso' (h v) (Repr h v)8 extensibleRestricted version of 5.. It is useful for eliminating ambiguousness.9 extensibleWrap a result of  ./0123457689 3457680129./(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?@AHMSUVX1] extensible Last element^ extensible First element_ extensibleThis class allows us to use a for both sums and products.b extensibleAccessor for an element.c extensibleLike b%, but reckon membership from its key.d extensible-Access a specified element through a wrapper.e extensible$Access an element through a wrapper.f extensible>Access an element specified by the key type through a wrapper.!  ! \]^_`abcdef!_`abcdef  ! \^](c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.127=>?@AHMSUVXg:og extensibleThe extensible sum type (:|) :: (k -> *) -> [k] -> *i extensibleChange the wrapper.j extensibleO(1) lift a value.k extensible"Try to extract something you want.l extensible"Try to extract something you want.m extensibleO(1) Naive pattern matchn extensibleThere is no empty union.o extensible&Embed a value, but focuses on its key. ghijklmno ghijklmnom1(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None%&',-.27=>?@AFHMSUVXOs extensibleConcatenate type level listst extensible The type of extensible products. (:*) :: (k -> *) -> [k] -> *u extensibleA pointer to an element in a w.w extensibleMutable type-indexed struct.x extensibleWrite a value in a w.y extensibleRead a value from a w.z extensible"Atomically modify an element in a w.{ extensibleStrict version of z.| extensible*Apply a function to an element atomically.} extensibleStrict version of |.~ extensibleGet a u from a name. extensible Create a new w using the supplied initializer. extensible Create a w full of the specified value. extensible Create a new w/ using the supplied initializer with a context. extensible Create a new w from an HList. extensibleTurn w) into an immutable product. The original w may not be used. extensible Create a new w from a product. extensibleThe size of a product. extensibleCombine products. extensible$Right-associative fold of a product. extensibleConvert a product into an HList. extensible Create a new w! using the contents of a product. extensibleGet an element in a product. extensibleCreate a product from an  action which returns a w. extensibleTurn a product into a w temporarily.stuvwxyz{|}~wxyuv~z{|}tss55 (c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> Trustworthy%&',-.127=>?@AHMSUVXm  extensible:O(n) Prepend an element onto a product. Expressions like a <: b <: c <: nil are transformed to a single . extensibleStrict version of (). extensibleAn empty product. extensibleConvert  into a product. extensibleFlipped  extensible-Map a function to every element of a product. extensible-Map a function to every element of a product. extensible;Transform every element in a product, preserving the order.   "a   (f . g) "a  f .  g  extensible for heterogeneous product extensible for heterogeneous product extensible1Map elements to a monoid and combine the results.  f .  g "a  (f . g) extensible! with the membership of elements. extensible-Perform a strict left fold over the elements. extensible$ with a constraint for each element. extensible Constrained  extensible$ with a constraint for each element. extensible Constrained  extensible<Traverse all elements and combine the result sequentially.  htraverse (fmap f . g) "a fmap (hmap f) . htraverse g htraverse pure "a pure htraverse (Comp . fmap g . f) "a Comp . fmap (htraverse g) . htraverse f  extensible analog for extensible products extensible The dual of  extensible The dual of  extensible with s. extensible*A product filled with the specified value. extensible3Construct a product using a function which takes a .  f ( g) "a  (f . g)  ( m) "a m  ( k) "a k  extensible version of . extensiblePure version of . extensible*A product filled with the specified value. extensible version of . extensibleAccumulate sums on a product. extensible  haccum =   extensibleGroup sums by type. extensible$Evaluate every element in a product./  st/ts  000 (c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> Trustworthy&',-.27=>?HMSUVX_u extensibleAlias for plain sums extensibleAlias for plain products extensibleO(log n) Add a plain value to a product. extensibleExtract a plain value. extensibleEmbed a plain value. extensible)Naive pattern matching for a plain value. extensible%An accessor for newtype constructors.51 (c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?HMSUVX|I extensible)Turn a wrapper type into a clause for it. extensibleORetrieve the contents so that they matches and pass both to the given function. extensible$Applies a function to the result of . extensibleO(1) Perform pattern matching. extensibleFlipped 0 (c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?@AHMSUVXp  extensible Similar to , but this focuses on keys. extensible xs (k ':> v) is equivalent to \ k v xs extensibleys contains xs extensibleUnicode alias for  extensible'Reify the inclusion of type level sets. extensibleO(n) Select some elements. extensibleO(1) Embed to a larger union. extensible'Reify the inclusion of type level sets. extensibleO(n) Select some elements. extensibleO(1) Embed to a larger union. (c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?HMSUVX_ extensible Wrapped Maybe extensible Apply a function to its content. extensibleThe inverse of . extensibleA product filled with   extensible,Extend a product and fill missing fields by Null. extensible)Narrow the range of the sum, if possible.(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.127=>?@AHMSUVX extensible*A ghostly type which spells the field name extensible!Signifies a field name internally extensible4When you see this type as an argument, it expects a  FieldLensA. This type is used to resolve the name of the field internally. extensible"The trivial inextensible data type extensible FieldOptic s; is a type of optics that points a field/constructor named s.The yielding fields can be  Jhttp://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:LensLenses for s and  Khttp://hackage.haskell.org/package/lens/docs/Control-Lens-Lens.html#t:PrismPrisms for s. ( "foo" = Associate "foo" a xs => Lens' ( xs) a ) "foo" = Associate "foo" a xs => Prism' ( xs) a s can be generated using mkField defined in the Data.Extensible.TH module. extensibleSimple variant extensible Simple record extensible The dual of  )VariantOf :: (v -> *) -> [Assoc k v] -> * extensible1The type of records which contain several fields. (RecordOf :: (v -> *) -> [Assoc k v] -> * extensibleA  h (k ':> v) is h v annotated with the field name k.  :: (v -> *) -> Assoc k v -> * extensible Lift a function for the content. extensible Lift a function for the content. extensible An empty . extensible*Select a corresponding field of a variant. extensiblePattern matching on a  extensible#Annotate a value by the field name. foo :: O '["num" >: Int, "str" >: String] foo = #num @= 42 <: #str @= "foo" <: nil  extensibleLifted ()  foo :: IO (h '["num" >: Int, "str" >: String]) foo = hsequence $ #num <@=> readLn <: #str <@=> getLine <: nil  extensible+Annotate a value by the field name without 3. extensible'Kind-monomorphic, unwrapped version of  extensible Shows in field @= value" style instead of the derived one.$$1111(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?HMSUVXg extensible h xs mA is the monad of computations that may depend on the elements in xs.! extensible#Hitch an element associated to the  through a wrapper." extensible6Take a value from the tangles. The result is memoized.# extensibleRun a 8 action and return the result and the calculated values.$ extensibleRun a  action.% extensible-Run tangles and collect all the results as a . !"#$% !"#$%(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.278=>?@AHMSUVX_! extensible3The class of types that can be converted to/from a ., extensible3The class of types that can be converted to/from a .0 extensibleConvert a value into a .1 extensible Convert a  to a value.2 extensible 5record :: IsRecord a => Iso' a (Record (RecFields a))3 extensible Create an ,* instance for a normal record declaration.,-./0123,-./0123(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?@AHMSUVX9 extensibleSpecialised version of f.99(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.1247=>?HMSUVX_ҡ < extensibleSimple option descriptor= extensible with a default? extensibleIOption without an argument; the result is the total count of this option.@ extensibleTrue when specifiedA extensibleWrapper-generic version of ?B extensibleOption with an argumentC extensible8Takes the last argument when more than one is specified.D extensibleWrapper-generic version of BE extensible-Construct an option with an optional argumentF extensibleParse option arguments.G extensibleyAn all-in-one utility function. When there's an error, print it along with the usage info to stderr and terminate with .? extensible short option extensible long option extensible explanation@ extensible short option extensible long option extensible explanationB extensible short option extensible long option extensible placeholder extensible explanationC extensible short option extensible long option extensible placeholder extensible explanationF extensiblea record of option descriptors extensible arguments extensible2(result, remaining non-options, errors, usageInfo)G extensibleNon-option usage extensibleoption desciptors extensible#the result and non-option arguments <=>?@ABCDEFG =><FG@C?BADE(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?HMSUVX \6J extensibleThrowing an exceptionK extensibleAn effect with no resultL extensible(,) already is a writer monad.M extensiblefThe reader monad is characterised by a type equality between the result type and the enviroment type.N extensibleN [a, b, c] r is a -> b -> c -> rO extensible)Anonymous representation of instructions.R extensibleTransformation between effectsU extensibleA function to bind an W in ].V extensible The extensible operational monadW extensible.A unit of named effects. This is a variant of (:|)! specialised for 'Type -> Type'.Y extensibleLift an instruction onto an V action.Z extensibleLift an instruction onto an V+ action and apply a function to the result.[ extensible/Censor a specific type of effects in an action.\ extensibleUpcast an action.] extensible7Build a relay-style handler from a triple of functions. `runStateEff = peelEff1 (a s -> return (a, s)) (m k s -> let (a, s') = runState m s in k a s') ^ extensible]/ specialised for continuations with no argument_ extensible]( specialised for 1-argument continuation` extensible*A common value for the second argument of ]!. Binds an instruction directly.a extensible/A pre-defined value for the second argument of ].. Preserves the argument of the continuation.b extensible/A pre-defined value for the second argument of ]/. Preserves two arguments of the continuation.c extensibleReveal the final result of V.d extensibleTear down an action using the  instance of the instruction.e extensible Process an V action using a record of Rs.f extensiblePass the arguments of O to the supplied function.g extensible Create a  of a R for an O.h extensibleSpecialised version of ] for Os. You can pass a function a -> b -> ... -> (q -> r) -> r as a handler for O '[a, b, ...] q.i extensible$Non continuation-passing variant of h.j extensibleFetch the environment.k extensible#Pass the environment to a function.l extensibleModify the enviroment locally.m extensibleRun the frontal reader effect.n extensibleGet the current state.o extensible%Pass the current state to a function.p extensible#Replace the state with a new value.q extensibleModify the state.r extensible#Lift a state modification function.s extensibleRun the frontal state effect.t extensible8Run the frontal state effect and return the final state.u extensible9Run the frontal state effect and return the final result.v extensible6Write the second element and return the first element.w extensibleWrite a value.x extensible/Squash the outputs into one step and return it.y extensible3Modify the output using the function in the result.z extensibleRun the frontal writer effect.{ extensibleRun the frontal state effect.| extensible)Break out of the computation. Similar to .} extensible,Run an effect which may fail in the name of k.~ extensibleThrow an exception e,, throwing the rest of the computation away. extensible"Attach a handler for an exception. extensibleRun an action and abort on ~. extensible!Put a milestone on a computation. extensible*Run a computation until the first call of . extensible$Place a continuation-passing action. extensibleUnwrap a continuation.] extensibleRe-bind an unrelated action extensiblereturn the result extensible%Handle the foremost type of an action^ extensiblereturn the result extensible%Handle the foremost type of an action_ extensiblereturn the result extensible%Handle the foremost type of an actionh extensibleRe-bind an unrelated action extensiblereturn the result extensibleHandle the foremost actioni extensibleHandle the foremost action>"#JKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~>WXVYZ[\RSTe]U`^a_bcdOPQNfghiMjklm#nopqrstuLvwxyz{K|}J~"g1(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com> Trustworthy%&',-.27=>?HMSUVX_!L extensibleGenerate fields using f.  "foo Bar" defines: Rfoo :: FieldOptic "foo" foo = itemAssoc (Proxy :: Proxy "foo") _Bar :: FieldOptic Bar" _Bar = itemAssoc (Proxy :: Proxy Bar)  extensible (mkName "foo") "bar" defines a field for "bar" as foo. extensible/Generate named effects from a GADT declaration. LdecEffects [d| data Blah a b x where Blah :: Int -> a -> Blah a b b |]  generates type Blah a b = "Blah" >: Action '[Int, a] b blah :: forall xs a b . Associate "Blah" (Action '[Int, a] b) xs => Int -> a -> Eff xs b blah a0 a1 = liftEff (Data.Proxy.Proxy :: Data.Proxy.Proxy "Blah") (AArgument a0 (AArgument a1 AResult))  extensibleWInstead of making a type synonym for individual actions, it defines a list of actions. extensibleKGenerates type synonyms for the set of actions and also individual actions. extensible+Generate effect suite with custom settings. extensible(generate a synonym of the set of actions extensible(generate synonyms for individual actions(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?@AHMSUVX, extensiblemtl-compatible either effect extensibleSame as  () extensiblemtl-compatible writer extensiblemtl-compatible state extensiblemtl-compatible reader extensibleSpecialised version of m compatible with the  instance. extensibles specialised for the  instance. extensibleu specialised for the  instance. extensiblet specialised for the  instance. extensible specialised for the  instance. extensible specialised for the  instance. extensible Similar to  runMaybeT , but on V extensible Similar to  , but on V extensible A bit dubious  (c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?@AHMSUVX_2K extensible%Composition for a class and a wrapper extensibleForall upon a wrapper extensible0Reify a collection of dictionaries, as you wish. extensible parseJSON  is called for missing fields.(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?@AHMSUVX>p  extensibleBit-packed record extensibleBit-packed record extensibleFields are instances of  and fit in the representation. extensible4Conversion between a value and a bit representation. Instances of ! must satisfy the following laws: HfromBits (x `shiftL` W .|. toBits a) "a a toBits a `shiftR` W == zeroBitswhere W is the . extensibleTotal  extensible0Bit-vector product. It has similar interface as (:*) but fields are packed into r. extensible5Convert a normal extensible record into a bit record. extensible5Convert a normal extensible record into a bit record. extensible for  extensibleUpdate a field of a .(c) Fumiaki Kinoshita 2018BSD3'Fumiaki Kinoshita <fumiexcel@gmail.com>None&',-.27=>?HMSUVX@  ! "#./0123457689\]^_`abcdefghijklmnost !"#$%,-./01239JKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,-./0/1/2/3/4/5/6/7/8/9/:/;/</=>?@>ABCCDEFGHIJKLLMMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                   !"#$%&'()*+,-./01234566789:;<=>?@ABCDEFGHIJKLMNOPQRSTTUVWXYZ[\]^_`abcdefghhijkllmnopqrstuvwxyz{|}~/      > !"#$'extensible-0.5.1-JDHLywB3xCe6o2NgqhJoZxData.ExtensibleData.Extensible.EffectData.Extensible.FieldData.Extensible.ClassData.Extensible.Internal.RigData.Extensible.WrapperData.Extensible.SumData.Extensible.StructData.Extensible.ProductData.Extensible.PlainData.Extensible.MatchData.Extensible.InclusionData.Extensible.NullableData.Extensible.TangleData.Extensible.RecordData.Extensible.LabelData.Extensible.GetOptData.Extensible.THData.Extensible.Effect.DefaultData.Extensible.DictionaryData.Extensible.Bitsbase GHC.TypeLits KnownSymbolData.Functor.IdentityIdentity Data.ProxyProxy#membership-0-CEd0eU8PYO8AV6zZjrPstGType.Membership proxyTargetOf stringKeyOf proxyKeyOf hgenerateListhcount henumerateGeneratehgenerateListFor henumerateForForallForallFKeyOfKeyIsTargetOfTargetIs KeyTargetAreType.Membership.Internal leadershipcompareMembership mkMembership getMemberId Membership membershipMember∈FindType:>Assoc>: associationLookuptransformers-0.5.5.0Control.Monad.Trans.ContContT Control.Monad.Trans.State.StrictStateExchangeOptic'OpticviewviewsoverwithIsoreview$fProfunctorExchangeProdCompgetCompWrapperRepr_Wrapperwrapunwrap _WrapperAscomp$fWrapperkProxy$fWrapperkConst$fWrapperTYPE[]$fWrapperTYPEEither$fWrapperTYPEMaybe$fWrapperTYPEIdentity$fWrapperkComp $fLiftComp$fArbitraryProd $fMonoidProd$fSemigroupProd$fWrapperkProd$fHashableProd $fNFDataProd $fShowComp$fEqComp $fOrdComp $fNFDataComp $fGenericComp$fSemigroupComp $fMonoidComp$fArbitraryComp$fHashableComp $fPrettyComp $fShowProd$fEqProd $fOrdProd $fGenericProd $fFunctorProd$fFoldableProd$fTraversableProd$fTraversableComp$fFoldableComp $fFunctorComp AssociateLastHead ExtensibleExtensibleConstrpieceAtpiece pieceAssocitemAtitem itemAssoc:|EmbedAthoistembedstrikestrikeAt<:|exhaust embedAssoc$fExtensiblekfp:| $fBounded:|$fEnum:|++:*WrappedPointerStructsetget atomicModify atomicModify' atomicModify_atomicModify'_-$>new newRepeatnewFor newFromHList unsafeFreezethawhlengthhappendhfoldrWithIndextoHListnewFromhlookuphfrozenhmodify$fHasUpdateWrappedPointeraa$fHasSetterWrappedPointera$fHasGetterWrappedPointera$fExtensiblekfp:*<:=<:@:>@== proxyAssocKeyproxyAssocValuestringAssocKey $fPrettyField $fShowField$fWrapperAssocField $fLiftField $fUnboxField$fVectorVectorField$fMVectorMVectorField$fExtensiblekfpInextensible$fProfunctorLabelPhantom$fGenericField $fToJSONField$fFromJSONField$fToFieldField$fFromFieldField$fHashableField$fArbitraryField $fNFDataField$fBoundedField $fEnumField $fMonoidField$fStorableField$fSemigroupField$fRealFracField$fRealFloatField $fRealField$fFloatingField$fFractionalField$fIntegralField $fNumField $fOrdField $fEqFieldTangleT unTangleTlassohitchAt runTangleT evalTangleT runTangles$fMonoidTangleT$fSemigroupTangleT$fMonadTransTangleT$fFunctorTangleT$fApplicativeTangleT$fMonadTangleTIsRecord RecFieldsrecordFromList recordToListtoRecord fromRecordrecordderiveIsRecord$fGIsRecordkM1r$fGIsRecordkM1r0$fGIsRecordkM1r1$fGIsRecordk:*:r $fIsRecord()訊 $fIsLabelk->$fIsLabelkProxy OptDescr' OptionDescroptNoArgoptFlag optionNoArg optReqArg optLastArg optionReqArg optionOptArg getOptRecord withGetOpt$fWrapperkOptionDescr$fFunctorOptionDescr EitherEffMaybeEff WriterEff ReaderEffFunctionActionAResult AArgument InterpreterrunInterpreterRebinderEff InstructionliftEffliftsEffhoistEffcastEffpeelEffpeelEff0peelEff1 rebindEff0 rebindEff1 rebindEff2leaveEff retractEff handleEff runAction@!? peelAction peelAction0askEffasksEfflocalEff runReaderEffgetEffgetsEffputEff modifyEffstateEff runStateEff execStateEff evalStateEff writerEfftellEff listenEffpassEff runWriterEff execWriterEff nothingEff runMaybeEffthrowEffcatchEff runEitherEfftickEff runIterEffcontEff runContEffmkField mkFieldAs decEffects decEffectSetdecEffectSuitecustomDecEffects EitherDefMaybeDef WriterDefStateDef ReaderDef runReaderDef runStateDef evalStateDef execStateDef runWriterDef execWriterDef runMaybeDef runEitherDef$fMonadPlusSkeleton$fAlternativeSkeleton$fMonadErroreSkeleton$fMonadWriterwSkeleton$fMonadStatesSkeleton$fMonadReaderrSkeleton$fMonadCatchSkeleton$fMonadThrowSkeleton$fMonadResourceSkeleton$fMonadIOSkeleton Instance1 WrapForallAndlibrary$fUnboxIdentity$fVectorVectorIdentity$fMVectorMVectorIdentity $fAndkfgx$fInstance1kkchx $fToJSON:* $fFromJSON:* $fToJSON:*0 $fFromJSON:*0$fToNamedRecord:*$fFromNamedRecord:* $fPretty:| $fArbitrary:|$fLift:| $fHashable:| $fNFData:|$fOrd:|$fEq:|$fShow:| $fToRecord:*$fFromRecord:* $fNFData:* $fArbitrary:* $fUnbox:*$fMVectorMVector:*$fVectorVector:*$fLift:* $fBounded:* $fHashable:* $fMonoid:* $fSemigroup:*$fOrd:*$fEq:* $fPretty:*$fShow:* BitRecord BitRecordOf BitFieldsFromBitsBitWidthfromBitstoBits TotalBitsBitProd unBitProd toBitProd fromBitProdblookupbupdate$fFromBitsrField$fFromBitsrConst$fFromBitsr(,)$fFromBitsrIdentity$fFromBitsWord64Int32$fFromBitsWord64Int16$fFromBitsWord64Int8$fFromBitsWord64Word32$fFromBitsWord64Word16$fFromBitsWord64Word8$fFromBitsWord64Bool$fFromBitsWord64Word64$fFromBitsrProxy $fFromBitsr()$fFromBitsrBitProd$fExtensiblekfpBitProd $fShowBitProd $fEqBitProd $fOrdBitProd $fEnumBitProd$fBoundedBitProd $fIxBitProd$fGenericBitProd$fHashableBitProd$fStorableBitProdGHC.BasefmapGHC.STSTHListidGHC.ListzipWithzipWith3Data.Traversablesequence Applicative GHC.MaybeNothing GIsRecordSystem.Console.GetOptOptDescr System.Exit exitFailureMonad mtl-2.2.2Control.Monad.Reader.Class MonadReaderControl.Monad.State.Class MonadStateControl.Monad.Writer.Class MonadWriterControl.Monad.Trans.Except runExceptT$aeson-1.2.1.0-6bFMby7Dx0ACSyMUsSrHE8Data.Aeson.Types.InternalNull