Tt      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\] ^ _ ` a b c d e f g hi j k l mnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        !"##$ $!$"$#%$%%%&%'%(%)&*&+&,&-&.&/'0(1(2(3(4(5(6(7(8(9(:(;(<(=(>(?(@(A(B(C(D(E(F(G(H(I(J(K(L(M(N(O(P)Q)R)S)T)U)V)W*X+Y+Z+[+\+]+^+_+`,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,,NoneFt1Decide whether to add a tick to a binding or not.u A let body is treated differently from addTickLHsExprEvalInner above with TickForBreakPoints, because for breakpoints we always want to tick the body, even if it is not a redex. See test break012. This gives the user the opportunity to inspect the values of the let-bound variables.vTickishs that only make sense when their source code location refers to the current file. This might not always be true due to LINE pragmas in the code - which would confuse at least HPC.owxyz{|}~tuvVwxyz{|~} tuvNoneF !"  !"  "! !"NoneF.&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN2&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN2/0&'()*+324567;<>1=?@A98BCD:GFHIJKLE,-.MN)&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNNoneFHMOPQRSTUVWXY OPQRSTUVWXY OPVWSTUYXQROPQRSTUVWXYNoneFZ[\Z[\Z[\Z[\ NoneF]^_`abc]^_`abc]^`_abc]^_`abc NoneFAd e     !"#$%&'()*+,-./0123456789:;<=>?@ABCDdeedAd e     !"#$%&'()*+,-./0123456789:;<=>?@ABCD NoneFEfgFGHIJfgfgEfgFGHIJNoneF.KLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnhopqrshh$K UTSRQPONMLVWXYZ[\]^_`abcdefghijklmnhopqrs NoneFituvwxyz{j|}~k'the desugared rhs of the bind statementijkijkituvwxyz{j|}~k NoneF8lll1l Safe-InferredF mnopqrsmnopqrsmnopqsr mnopqrsNone !"24EFHMRtuvwxyz{|}~?tuvwxyz{|}~Rvwxyz{|}~tuGtuv wxyz{|}~None *+-./02346Fm6KVar Profile -----------------------------------------COutput ------------------------------------------------------------CAnnotations -------------------------------------------------------Measure Refinement: {v | p}Measure Refinement: {v | (? v)  = p }!Measure Refinement: {v | v = e } CConverting Results To Answers -------------------------------------CSource Information Associated With Constraints -------------------- :INVARIANT : all Error constructors should have a pos field Unexpected PANIC  Termination Error  9Previously saved error, that carries over after DiffCheck)Mismatch between Liquid and Haskell types#GHC error: parsing or type checking Unbound symbol in specification Haskell bad Measure errorMeasure sort errorIncompatible using errorUsing sort errorInvariant sort error %multiple specs for same binder error !#multiple alias with same name error$sort error in specification'specification parse error)liquid type error,liquid type error2In the below, we use EMsg instead of, say, SpecType because the latter is impossible to serialize, as it contains GHC internals like TyCon and Class inside it.6CError Data Type ---------------------------------------------------The type used during constraint generation, used also to define contexts for errors, hence in this file, and NOT in Constraint.hs8DataconsCConstructor and Destructors for RTypes ----------------------------@Refinement Type AliasesGEValues Related to Specifications ------------------------------------Data type refinementsIType Constructor NameJTyvar ParametersKPVar ParametersLPLabel ParametersM  DataCon, [(fieldName, fieldType)]NSource PositionO/Measure that should decrease in recursive callsyA World is a Separation Logic predicate that is essentially a sequence of binders that satisfies two invariants (TODO:LIQUID): 1. Each `hs_addr :: Symbol` appears at most once, 2. There is at most one u in a list.{RTProp is a convenient alias for RefM that will save a bunch of typing. In general, perhaps we need not expose Ref directly at all.|Ref describes `Prop ` and HProp? arguments applied to type constructors. For example, in [a] {h- v > h}>, we apply (via  ) * the ) denoted by `{h -> v > h}` to * the  denoted by `[]`. Thus, Ref is used for abstract-predicate (arguments) that are associated with _type constructors_ i.e. whose semantics are _dependent upon_ the data-type. In contrast, the  argument in r in the UReftR applies directly to any type and has semantics _independent of_ the data-type.})Abstract heap-refinement associated with $Abstract refinement associated with  Parse-time  !Obligation that proves invariants"Obligation that proves termination;let LH match against the Haskell type and add k-vars, e.g. `x:_` see testsposHoles.hs5For expression arguments to type aliases see testspos vector2.hsCCo- and Contra-variance for TyCon -------------------------------- Indexes start from 0 and type or predicate arguments can be both covariant and contravaariant e.g., for the below Foo dataTypedata Foo a b c d  p:: b -6 Prop, q :: Int -> Prop, r :: a -> Prop> = F (a r -> b p) | Q (c -> a) | G (Int q -> a r)there will be: covariantTyArgs = [0, 1, 3], for type arguments a, b and d contravariantTyArgs = [0, 2, 3], for type arguments a, c and d covariantPsArgs = [0, 2], for predicate arguments p and r contravariantPsArgs = [1, 2], for predicate arguments q and rOdoes not appear in the data definition, we enforce BOTH con - contra variance#indexes of covariant type arguments'indexes of contravariant type arguments(indexes of covariant predicate arguments,indexes of contravariant predicate argumentsGHC Type ConstructorPredicate Parameters TyConInfo?Abstract Predicate Variables ----------------------------------*Which Top-Level Binders Should be VerifiedFIXME: WHAT IS THIS??These are backwards, why??(indexes of covariant predicate arguments,indexes of contravariant predicate arguments&The following is the overall type for specificationsA obtained from parsing the target source and dependent libraries0Asserted Reftypes eg. see include/Prelude.specAssumed ReftypesUData Constructor Measure Sigs eg. (:) :: a -> xs:[a] -> {v: Int | v = 1 + len(xs) }'Measure Types eg. len :: [a] -> IntData Type InvariantsBData Type Invariant Aliases eg. forall a. {v: [a] | len(v) >= 0},Predicated Data-Constructors e.g. see testsposMap.hs,Predicated Type-Constructors eg. see testsposMap.hsList of I free in spec and corresponding GHC var eg. (Cons, Cons#7uz) from testsposex1.hsUHow to embed GHC Tycons into fixpoint sorts e.g. "embed Set as Set_set" from includeDataSet.spec*Qualifiers in Source/Spec files e.g testspos qualTest.hs5Top-level Binders To Verify (empty means ALL binders)8Lexicographically ordered size witnesses for termination5Lexicographically ordered expressions for terminationAVariables that should be checked in the environment they are used-Binders to IGNORE during termination checkingConfiguration Options's exported by the module being verified=GHC Information : Code & Spec ------------------------------HPrinter ----------------------------------------------------------------HCommand Line Config Options --------------------------------------------source files to check%path to directory for including specsCcheck subset of binders modified (+ dependencies) since last check supports real number arithmetic 'check all binders (overrides diffcheck) set of binders to check Iwhether to complain about specifications for unexported and unused values disable termination check *disable warnings output (only show errors)%type all internal variables with truedisable case expandenable strata analysisdisable truing top level typescheck totality in definitions%disable prunning unsorted RefinementsAthe maximum number of parameters to accept when mining qualifiers*name of smtsolver to use [default: z3-API]0drop module qualifers from pretty-printed names.*don't show subtyping errors and contexts. #command-line options to pass to GHC..c files to compile and link against (for GHC)Accessors for RTyConHPPrint -----------------------------------------------------------------For debugging.KTyConable Instances -------------------------------------------------------      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUV      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUV        !|}~{@ABCDEFtvuwxyzSTUVWXYZPQR[\"opqrsGHIJKLMNOmncljfgedkih6789:;<=>?&'()*+,-./016459:7=<8;>?#23TUV@ACDEKLMNOPQ2 ,)'$!    -./01-*.+-.(-%&.-%"#-%#-.-.-.-.-.-%-.-%1--. -.-.345IJRS%B^ba`_]$HFG M,)'$!    -./01-*.+-.(-%&.-%"#-%#-.-.-.-.-.-%-.-%1--. -.-.23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^ba`_cdefghijklmnopqrstvuwxyz{| }~*       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUV      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJNone 2346EFMWXYZKLMNOPQRSTUVWXYZWXYZ WXYZKLMNOPQRSTUVNone24F[\]^_WXYZ[\]^_`abc[\]^_[\]_^[\]^_WXYZ[\]^_`abcNoneF`de```deNone234EFfgabhijcdklmnopqerstuvwxyz{|}abcdedecabfgabhijcdklmnopqerstuvwxyz{|}NoneF ~3Separating literate files into code/comment chunks. type string error string Cline number, total width of lines i.e. max (length (show lineNum)) mLoc -> (Var, Type)nList of error intervalspBFormats Haskell source code using HTML and mouse-over annotations qBFormats Haskell source code using HTML and mouse-over annotations "annotTokenise is absurdly slow: O( tokens x errors)IThe code for classify is largely stolen from Language.Preprocessor.Unlit.;Join up chunks of code/comment that are next to each other.5~fghijklmnopWhether to include anchors.1Whether input document is literate haskell or not3Haskell source code, Annotations as comments at endColoured Haskell source code.qWhether to include anchors."Function to refine comment tokens 1Whether input document is literate haskell or notHaskell Source, AnnotationsColoured Haskell source code.rsfghijklmnopqrspqklmnosrfjihg&~fjihgklmnopqrsNoneF#$%t#$%Ot%$#tO#$%tNoneFu"Main entry point to the desugarer.v"Main entry point to the desugarer.uvwuvwuvwuvwNoneFVlog warning in the monad, and if there are errors then throw a SourceError exception.Throw some errors.x$Convert a typechecked module to Core xxx xNoneFly      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~z{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     yz{|}~yz{|}~ky      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~z{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     NoneEFNone+24EFM3 !"#$%&'()*+,-./0123456789:;<=>?@ABC- !"#$%&'()*+,-./0123456789:;<=>?@ABCNone24BEFDEFGHIJKLMNOPQRSTUVWXYZDEFGHIJKLMNOPQRSTUVWXYZNone234EFPrinting an Ordered List:Pretty Printing RefType ----------------------------------[DFrom GHC: TypeRep pprArrowChain p [a,b,c] generates a -> b -> c\From GHC: TypeRep )[\]^_`abcdefghijklmnopqrstuvwxyz{|}~)[\]^_`abcdefghijklmnopqrstuvwxyz{|}~None!"2346EFHM)Various functions for converting vanilla  to Spec returns  for unhandled lits because otherwise string-literals show up as global int-constants which blow up qualifier instantiation. TBinders generated by class predicates, typically for constraining tyvars (e.g. FNum)?Wrappers for GHC Type Elements --------------------------------JRefTypable Instances -----------------------------------------------------JReftable Instances -------------------------------------------------------GSubable Instances -----------------------------------------------------//None+24EFFUnify PrType with SpecType ------------------------------------------- pvarRType  returns a trivial RType2 corresponding to the function signature for a PVar . For example, if  :: T1 -> T2 -> T3 -> Prop then  pvarRType  returns an RType with an RTycon called  predRTyCon `RApp predRTyCon [T1, T2, T3]`  Instantiate  with {0 ----------------------------------------------- replacePredsk is the main function used to substitute an (abstract) predicate with a concrete Ref, that is either an  or }4 type. The substitution is invoked to obtain the e resulting at predicate application sites in -.. The range of the  substitutions are fresh or true RefType1. That is, there are no further _quantified_  in the target. Requires:  not $ null sB substRCon :: String -> (RPVar, SpecType) -> SpecType -> SpecTypeGInterface: Modified CoreSyn.exprType due to predApp ------------------- collectArgs} takes a nested application expression and returns the the function being applied and the arguments to which it is appliedA more efficient version of applyTypeToArg when we have several arguments. The first argument is just for debugging, and gives some context RJ: This function is UGLY. Two nested levels of where is a BAD idea. Please fix..g5g5.None234F User-defined properties for ADTsAssumed (unchecked) typesImported functions and types Local type signaturesData type invariants"Data type invariants to be checkedLoaded spec module namesPredicated data definitions Included qualifier filesRefType aliasesRefinement/Predicate aliasesExpression aliasesGHC-Tycon-to-fixpoint Tycon mapQualifiers in source/spec files#Information on decreasing argumentsAVariables that should be checked in the environment they are used+Ignore Termination Check in these Functions7Binders to turn into measures using haskell definitions4Command-line configurations passed in through source !Measures attached to a type-class 'Mappings from (measure,type) -> measure Refined Type-Classes &Terminating Conditions for functions ;              '     '                   None24EFUsed to parse .spec files ~The top-level parser for "bare" refinement types. If refinements are not supplied, then the default "top" refinement is used. :Bundling Parsers into a Typeclass ------------------------  For debugging                 ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~     ' & % $ # " !                ( * ) + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    NoneF  !None24F CPretty Printing Error Messages ------------------------------------ Need to put  PPrint Error; instance here (instead of in Types), as it depends on PPrint SpecTypes, which lives in this module.    "None  246?EFMT JReplace Predicate Arguments With Existentials ---------------------------- NError-Reader-IO For Bare Transformation -------------------------------------- 1Using the Alias Environment to Expand Definitions 1Using the Alias Environment to Expand Definitions exprArg converts a tyVar to an exprVar because parser cannot tell HORRIBLE HACK To allow treating upperCase X as value variables X e.g. type Matrix a Row Col = List (List a Row) Col =API: Bare Refinement Types ---------------------------------- 0It's possible that we have already resolved the : we are looking for, but have had to turn it back into a  , e.g. to be used in an   , as in {v:Ordering | v = EQ}$. In this case, the fully-qualified  ( GHC.Types.EQO) will likely not be in scope, so we store our own mapping of fully-qualified s to  s and prefer pulling   s from it. CTransforming Raw Strings using GHC Env ---------------------------- BLH Primitive TyCons ---------------------------------------------- BLH Primitive TyCons ----------------------------------------------  checkRTypeO determines if a type is malformed in a given environment ---------------------  checkMeasuresO determines if a measure definition is wellformed ----------------------------- nNiki: please write more documentation for this, maybe an example? I can't really tell whats going on... (RJ) PTasteful Error Messages --------------------------------------------------------                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                   ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  #None24EF CJSON: Annotation Data Types ---------------------------------------output" creates the pretty printed outputannotate& actually renders the output to files EPandoc HTML Rendering (for lhs + markdown source) ------------------ EDirect HTML Rendering (for non-lhs/markdown source) ---------------- topn tail True" is used for standalone HTML, topn tail False for embedded HTML IBuilding Annotation Maps ------------------------------------------------UThis function converts our annotation information into that which is required by -/& to generate mouseover annotations. ITokenizing Refinement Type Annotations in @-blocks ----------------------OThe token used for refinement symbols inside the highlighted types in @-blocks. ^The top-level function for tokenizing @-block annotations. Used to tokenize comments by ACSS. CCreating Vim Annotations ------------------------------------------ KA Little Unit Test -------------------------------------------------------- CJSON Instances ----------------------------------------------------<  6    $None24EFM Attempt to canonicalize all   s in the 3 so we don't have to worry about relative paths.!Updating options"CExit Function ----------------------------------------------------- %Monoid instances for updating options   ! "  !" !"   ! " %None+24EFM =Extracting CoreBindings From File --------------------------- KDesugaring (Taken from GHC, modified to hold onto Loc in Ticks) ----------- KExtracting Qualifiers ----------------------------------------------------- KExtracting Specifications (Measures + Assumptions) ------------------------ Throw a panic exception $Convert a GHC error into one of ours@#$%&'(                          ! " # $ % & ' ( )  * + , - . / 0 1 2 3 4 5#$%&'((#$%&'<#$%&'(                          ! " # $ % & ' ( )  * + , - . / 0 1 2 3 4 5&NoneEF*The TagKey is the top-level binder, and Tag is a singleton Int list 6)*+,-. 7 8 9)*+,-.*)+-., 6)*+,-. 7 8 9'None F / : ; < = > ? @ A B C D// / : ; < = > ? @ A B C D(None *+-246EFM: E>Strengthening Binders with TyCon Invariants ------------------2 subtyping constraints over RType3%wellformedness constraints over RType4.additional stratum constrains for let bindings5$subtyping over Sort (post-splitting)6/tracks constraints that come from let-bindings 75wellformedness constraints over Sort (post-splitting)8? global measures9"counter for generating fresh KVars:set of environment binders;source-position annotation map<#information about type-constructors=? qualifiers in source files> ? FIX THIS?+Terminating Metrics for Recursive functions@3Set of variables to ignore for termination checkingA ? FIX THISB4primitive Sorts into which TyCons should be embeddedC>Fixpoint Kut variables (denoting "back-edges"/recursive KVars)D ? FIX THIS ECheck Termination (?) FCheck Strata (?)G!Trust ghc auto generated bindingsHprune unsorted refinementsI#Errors during coontraint generationJ Profiling distribution of KVars K3number of recursive functions seen (for benchmarks) F Location in original source file GSpecTypes for Bindings in scope HMap from free Symbols (e.g. datacons) to Var , penv :: !(F.SEnv PrType) -- ^ PrTypes for top-level bindings (merge with renv) IFixpoint Environment J0recursive defs being processed (for annotations) KDatatype invariants LDatatype checkable invariants M6Top-level variables with (assert)-guarantees to verify N&Top-level variables with assumed types O+How to embed GHC Tycons into fixpoint sorts P*Map from top-level binders to fixpoint tag QCurrent top-level binder R6Type of recursive function with decreasing constraints S&Let binding that have not been checked T&Types with holes, will need refreshing UCHelpers: Reading/Extending Environment Bindings ------------------- V%Integer Keys for Fixpoint Environment WFixpoint Environment X&TODO: All this *should* happen inside Bare; but appears to happen after certain are signatures are fresh#-ed, which is why they are here. Y2Used for annotation binders (i.e. at binder sites) Z0Used for annotating reads (i.e. at Var x sites) [PUsed to update annotations for a location, due to (ghost) predicate applications \GRight now, we generate NO new pvars. Rather than clutter code with = calls, put it in one place where the above invariant is  obviously4 enforced. Constraint generation should ONLY use  freshTy_type and  freshTy_expr ]~Used to generate "cut" kvars for fixpoint. Typically, KVars for recursive definitions, and also to update the KVar profile. ^ varTemplate2 is only called with a `Just e` argument when the e corresponds to the body of a Rec binder. _instantiatePreds' peels away the universally quantified PVars of a RType, generates fresh Ref. for them and substitutes them in the body. `instantiateStrata generates fresh Strata: vars and substitutes them inside the body of the type. a>Type Synthesis ----------------------------------------------- b consElimE/ is used to *synthesize* types by **existential elimination** instead of *checking* via a fresh template. That is, assuming  |- e1 ~> t1 we have  |- let x = e1 in e2 ~> Ex x t1 t2 where , x:t1 |- e2 ~> t2 instead of the earlier case where we generate a fresh template t" and check , x:t1 |- e <~ t c consFreshE is used to *synthesize* types with a **fresh template** when the above existential elimination is not easy (e.g. at joins, recursive binders) dBHelpers: Creating Fresh Refinement ------------------------------- e f g E h i j k l0123456789:;<=>?@ABCDEFGHIJK m n o p q r s t u v w x y z F G H I J K L M N O P Q R S T U { V WL | } ~  X Y Z [ \ ] ^ _ ` a b c d                   MNO        ! " # $ % & ' ( ) * + , 0123456789:;<=>?@ABCDEFGHIJKLMNO 0123456789:;<=>?@ABCDEFGHIJKLOMN e f g E h k j i l0123456789:;<=>?@ABCDEFGHIJK m n o p q u r v w x v s t y z F G H I J K L M N O P Q R S T U { V WL | } ~  X Y Z [ \ ] ^ _ ` a b c d                   MNO        ! " # $ % & ' ( ) * + ,)None24F -3Intervals of line numbers that have been re-checked .-Map from saved-line-num ---> current-line-num /"Variable dependencies "call-graph" 0&line at which binder definition starts 1$line at which binder definition ends 2name of binderP+Main type of value returned for diff-check.TT returns a subset of the  [CoreBind] of the input targeto file which correspond to top-level binders whose code has changed and their transitive dependencies.Uthin returns a subset of the  [CoreBind]F given which correspond to those binders that depend on any of the Var s provided. 3 3 cuts off the start-line to be no less than the line at which the binder is defined. Without this, i.e. if we ONLY use the ticks and spans appearing inside the definition of the binder (i.e. just eSp) then the generated span can be WAY before the actual definition binder, possibly due to GHC INLINE pragmas or dictionaries OR ... for an example: see the "INCCHECK: Def" generated by liquid -d benchmarksbytestring-0.9.2.1Data/ByteString.hs where spanEnd is a single line function around 1092 but where the generated span starts mysteriously at 222 where Data.List is imported. 4,`lineDiff new old` compares the contents of src with dst and returns the lines of src that are different. Vsave" creates an .saved version of the target< file, which will be used to find what has changed the  next time target is checked. 5getShift lm old returns Just  if the line number old shifts by  in the diff and returns Nothing otherwise. 6setShift (lo, hi, ) lm updates the interval map lm appropriately 7DAeson instances ----------------------------------------------------B - . / 8 9 0 1 2PQRST : ;U < = > 3 ? @ A B C D E F G H I J 4 K L MV N O P Q R S T U V W X 5 6 Y Z [ \ ] ^ _ ` a b c d e 7 f gPQRSTUVPQRSTUV; - . / 8 9 0 1 2PQRST : ;U < = > 3 ? @ A B C D E F G H I J 4 K L MV N O P Q R S T U V W X 5 6 Y Z [ \ ] ^ _ ` a b c d e 7 f g* Safe-InferredFWWWW+None;FXYZ[\]^_XYZ[\]^_XYZ[\]^_XYZ[\]^_,None;F`abcdefghijklmnopqrs`abcdefghijklmnopqrs`abcdefghijklmnopqrs`abcdefghijklmnopqrs h012013014015016016017018019:;<:;=:;>:;?:;@:;A:;B:;C:DEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   @      !"#$%&'()*+,-./01223456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abccdeeffghijklmnopqrstuvwxyz{|}~      !"#$%&'()*++,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~b         !"#$%&'()*+,-./0 1 2 3!4"5#6#7$8$9$:$;%<%=%>%?%@%A&B&C&D&E&F&G'H(I(I(J(K(L(M(N(O(P(Q((R(S(T(U(V(W(X(Y(Z([(\(](^(_(`(a(b(c(d(e(f)g)h)i)j)k)l)m*n+o+p+q+r+s+t+u+v,w,x,y,z,{,|,},~,,,,,,,,,,,,                        ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _`abcdefghijklmnopqrstuvwxyz{|}~                                                                          :D0      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~VX      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$~%&Q?'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPPQRSSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~:;:=L                                  ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " " " " " "   :; 0  " " " " " " " " "" " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " !" "" #" $" %" &" '" (" )" *" +" ," -" ." /" 0" 1" 2" 3" 4" 5" 6" 7" 8" 9" :" ;" <" =" >" ?" @" A" B" C" D" E" F" G" H" I" J" K" L" M" N" O" P" Q" R" S" T" U" V" W" X" Y" Z" [" \" ]" ^" _" `" a" b" c" d" e" f" g" h" i" j" k" l" m" n" o" p" q" r" s" t" u" v" w" x" y" z" {" |" }" ~" " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # $   $ $$ $ $ $ $ $ $ $ $ $ $ $ % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % !% "% #% $% %% &% '% (% )% *% +% ,% -% .% /% 0%1% 1% 2% 3% 4% 5% 6% 7% 8% 9% :& ;& <& =& >' ?' @' A' B' C' D' E' F' G' H' I( J(?( K( L( M( N( O( P( Q( R( S( T( U( V( W( X( Y( Z( [( \( ]( ^( _( `( a( b( c( d( e( f( g( h( i( i( j( k( l( m( n( o( p( q( r( r( s( t( u([( s( v( w( x( y( z( {( |(/( }( ~( ( ( ( ( ( ( ( ( ( ( ( ( (G( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (^( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( !( "( #( $( %( &( '( () )) *) +) ,) -) .) /) 0) 1) 2) 3))u) 4) 5) 6) 7) 8) 9) :) ;) <) =) >) ?) @) A) B) C) D) E) F) G) H) I) J) K) L) M) N) O) P) Q) R) S) T) U) V) W) X) Y) Z) [) \) ]) ^) _) `) a bliquidhaskell-0.2.1.0'Language.Haskell.Liquid.Desugar.DsUtilsLanguage.Haskell.Liquid.Types(Language.Haskell.Liquid.Desugar.Coverage%Language.Haskell.Liquid.Desugar.Match)Language.Haskell.Liquid.Desugar.DsForeign&Language.Haskell.Liquid.Desugar.DsExpr(Language.Haskell.Liquid.Desugar.MatchLit'Language.Haskell.Liquid.Desugar.DsGRHSs'Language.Haskell.Liquid.Desugar.DsBinds%Language.Haskell.Liquid.Desugar.Check(Language.Haskell.Liquid.Desugar.MatchCon*Language.Haskell.Liquid.Desugar.DsListComp(Language.Haskell.Liquid.Desugar.DsArrowsPaths_liquidhaskellLanguage.Haskell.Liquid.GhcMiscLanguage.Haskell.Liquid.FreshLanguage.Haskell.Liquid.StrataLanguage.Haskell.Liquid.World#Language.Haskell.Liquid.CoreToLogicLanguage.Haskell.Liquid.ACSS'Language.Haskell.Liquid.Desugar.Desugar'Language.Haskell.Liquid.Desugar.HscMain&Language.Haskell.Liquid.Desugar.DsMetaLanguage.Haskell.Liquid.Misc$Language.Haskell.Liquid.TransformRec$Language.Haskell.Liquid.ANFTransform#Language.Haskell.Liquid.PrettyPrintLanguage.Haskell.Liquid.RefType Language.Haskell.Liquid.PredTypeLanguage.Haskell.Liquid.MeasureLanguage.Haskell.Liquid.ParseLanguage.Haskell.Liquid.TidyLanguage.Haskell.Liquid.ErrorsLanguage.Haskell.Liquid.Bare Language.Haskell.Liquid.AnnotateLanguage.Haskell.Liquid.CmdLine$Language.Haskell.Liquid.GhcInterfaceLanguage.Haskell.Liquid.CTags!Language.Haskell.Liquid.Qualifier"Language.Haskell.Liquid.Constraint!Language.Haskell.Liquid.DiffCheckLanguage.Haskell.Liquid.ListLanguage.Haskell.Liquid.ForeignLanguage.Haskell.Liquid.PreludeLanguage.Haskell.Liquid ConstraintACSS ghc-7.8.3DsMonadeqn_rhseqn_patsEqnInfo EquationInfo MatchResultCanFailCantFail CanItFailliquid-fixpoint-0.2.1.0Language.Fixpoint.TypesisDummydummyLocvallocLocLocated LocSymbolLocTextLanguage.Fixpoint.Names dummyNameaddTicksToBinds hpcInitCodematchSinglePat matchSimply matchWrappermatch dsForeigns dsForeigns' dsFImport dsCImportdsFCall dsPrimCall dsFExportdsFExportDynamicmkFExportCBitsforeignExportInitialisertoCType dsLocalBindsdsLExprdsExprCaseAlt MkCaseAltalt_pat alt_bndrs alt_wrapper alt_resultselectSimpleMatchVarLselectMatchVarsselectMatchVarfirstPat shiftEqns matchCanFailalwaysFailMatchResultcantFailMatchResultextractMatchResultcombineMatchResultsadjustMatchResultadjustMatchResultDs wrapBindswrapBindseqVarmkCoLetMatchResultmkViewMatchResultmkEvalMatchResultmkGuardedMatchResultmkCoPrimCaseMatchResultmkCoAlgCaseMatchResultmkCoSynCaseMatchResult mkErrorAppDs mkCoreAppDs mkCoreAppsDsmkSelectorBinds mkLHsPatTupmkLHsVarPatTupmkVanillaTuplePatmkBigLHsVarTup mkBigLHsTupmkBigLHsVarPatTupmkBigLHsPatTup mkOptTickBoxmkBinaryTickBoxdsLit dsOverLitwarnAboutIdentitieswarnAboutEmptyEnumerations tidyLitPattidyNPat matchLiteralshsLitKey hsOverLitKey matchNPatsmatchNPlusKPats dsGuardeddsGRHSsdsGRHS dsTopLHsBinds dsLHsBindsdsSpecdecomposeRuleLhs dsHsWrapper dsTcEvBinds dsEvBinds ExhaustivePatcheckmatchConFamily matchPatSynmatchEquations dsListComp dsPArrComp dsMonadComp dsProcExprversion getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNameL MGIModGutsMI mgi_binds mgi_modulemgi_deps mgi_dir_imps mgi_rdr_envmgi_tcs mgi_fam_insts mgi_exports mgi_is_dfun miModGuts srcSpanTick tickSrcSpan stringTyVar stringTyConhasBaseTypeVar isBaseType validTyVartvIdtracePprpprShowtidyCBsunTick unTickExprisFractionalClassgetDataConVarUniqueunpackRealSrcSpan realSrcSpan toFixSDocsDocDocpprDocshowPprshowSDoc showSDocDumptypeUniqueStringsourcePosSrcSpansourcePosSrcLocsrcSpanSourcePossrcSpanFilenamesrcSpanStartLoc srcSpanEndLoconeLinelineColrealSrcSpanSourcePos getSourcePoscollectArgumentscollectValBinders'ignoreLetBinds isDictionary isInternal uniqueHash lookupRdrName addContextqualImportDecl ignoreInline symbolTyCon symbolTyVarqualifiedNameSymbolfastStringTextsymbolFastString$fSymbolicFastString$fSymbolicName$fSymbolicTyCon$fHashableTyCon $fHashableVar $fShowTyCon $fShowClass $fShowVar $fShowName$fFixpointType$fFixpointName $fFixpointVar$fFromJSONSrcSpan$fToJSONSrcSpan$fFromJSONRealSrcSpan$fToJSONRealSrcSpan$fOutputableHashSet$fHashableSrcSpan $fHashableLocKVProfKVKindLetECaseELamE PredInstE TypeInstE NonRecBindERecBindEOutputOo_varso_errorso_typeso_templso_botso_resultAnnotAnnLocAnnRDfAnnDefAnnUseAnnInfoAIRClassrcNamercSupersrcTyVars rcMethodsBodyRPEDefmeasurectorbindsbodyCMeasureCMcNamecSortMeasureMnamesorteqnsRTEnvRTE typeAliases predAliases exprAliases RTBareOrSpecModType SpecImport SrcImportTargetModNameResultresultCinfoCici_locci_errTErrorErrOther ErrTerminbindErrSaved ErrAliasAppnargsdnamedposdargs ErrMismatchhsErrGhc ErrUnboundErrHMeasErrMeasms ErrIAlMist1t2ErrIAlErrInvtinv ErrDupSpecs ErrDupAliaskindlocs ErrTySpecvartypErrParseerr ErrAssTypeoblref ErrSubTypeposmsgctxtacttexpErrorEMsg ErrorResultREnvRTypeRepty_varsty_preds ty_labelsty_bindsty_argsty_resRTAliasRTArtNamertTArgsrtVArgsrtBodyrtPosDataDeclDtycName tycTyVarstycPVars tycTyLabstycDCons tycSrcPostycSFun RefTypableppClsppRType TyConableisFunisListisTupleppTyconisClassisNumCls isFracClsSubsTysubtStrataStratumSFinSWhnfSDivSVarRRPropSpecPropSpecTypeBareTypePrTypeRReftRPVarBPVarRSortBSortRRTypeBRTypeUReftUur_reftur_pred ur_strataHSegHVarHBindhs_addrhs_valWorldRTPropRefRHProprf_heapRProprf_bodyRPropPrf_argsrf_reftObligOInvOTermRTypeRHoleROthRRTyrt_envrt_refrt_oblRAppTyrt_argrt_resRExprArgRExrt_exargRAllE rt_allargRApprt_tyconrt_argsrt_pargsRAllSrt_sbindRAllP rt_pvbindRAllT rt_tvbindrt_tyRFunrt_bindrt_inrt_outRVarrt_varrt_reft TyConInfocovariantTyArgscontravariantTyArgscovariantPsArgscontravariantPsArgs sizeFunctionRTyConrtc_tcrtc_infoRTyVarRTV PredicatePrUsedPVarPVKindPVHPropPVPropPVarPVpnameptypepargpargs TargetVarsOnlyAllVarsDataConPdc_loc freeTyVarsfreePred freeLabelstyConststyArgstyResTyConP freeTyVarsTy freePredTy freeLabelTycovPs contravPssizeFunGhcSpecSPtySigsasmSigsctorsmeas invariantsialiasesdconsPtconsPfreeSymstcEmbeds qualifierstgtVarsdecrtexprslvarslazyconfigexportsmeasurestyconEnvGhcInfoGIenvcbsderVarsimpVarsdefVarsuseVarshqFilesimportsincludesspecPPEnvPPppPsppTyVarppSsppShortPPrintpprint pprintTidyTidyFullLossyConfigfilesidirs diffcheckreal fullcheckbindersnoCheckUnknown notermination nowarningstrustinternals nocaseexpandstrata notruetypestotalitynoPrune maxParams smtsolver shortNames shortErrors ghcOptionscFilesshowppppEnv ppEnvShortpvTypepvars isClassRTyCon rTyConPVs rTyConPropVsisPropPV ignoreObligisSVar mapRTAVars fromRTypeRep toRTypeRepmkArrow bkArrowDeepbkArrow safeBkArrowmkUnivsbkUnivbkClassrFunrClsrRCls addTermCond addInvCondpToRefpApppappSym isTrivialmapReftisBaseisFunTymapReftMfoldReft efoldReftmapBotmapBindofRSorttoRSort insertsSEnv rTypeValueVar rTypeReftstripRTypeBase makeDivType makeFinType getStrataerrSpanerrOther isSrcImport isSpecImport getModName getModStringmapRTmapRPmapRE emptyKVProf updKVProfholeisHolehasHole Freshablefreshtruerefresh SubStratumsubSsubsS<:= solveStrataemptyLErrorLE runToLogic coreToDefmkLitStatusCrashUnsafeSafeAnnMapAnntypeserrorsstatushscolourhsannot srcModuleNamebreakS dsValBindsdeSugarWithLocdeSugar deSugarExprhscDesugarWithLoc dsBrackettemplateHaskellNames qTyConName nameTyConName decTyConName typeTyConName tExpTyConNameliftNameliftStringName mkNameG_vName mkNameG_dNamemkNameG_tcName unTypeName unTypeQNameunsafeTExpCoerceNametExpDataConName expQTyConName decQTyConNamedecsQTyConNametypeQTyConName patQTyConName quoteExpName quotePatName quoteDecName quoteTypeName safeIndex!? safeFromJustaddFst3dropFst3dropThd3replaceNfourth4third4mapSndMfirstMsecondMfirst3Msecond3Mthird3Mthird3zip4 getIncludeDir getCssPath getHqBotPathmaximumWithDefaultsafeZipWithErrormapNsmapNpadtransformRecExprtransformScope anormalizepprManyOrderedrtypeDoc ppr_rtypeppSpinepprintLongListpdVarfindPVaruRTypeuRType' uRTypeGenuPVaruReftuToprVarrTyVar normalizePdsrExrApp strengthen addTyConInfo appRTyCon generalize tyClassessubsTyVars_meetsubsTyVars_nomeetsubsTyVar_nomeetsubsTyVar_meetsubts subvUReft subvPredicateofType dataConSymbol dataConReft dataConMsRefttoTypeliteralFRefType literalFReft literalConstrTypeSortedReft rTypeSort applySolutionshiftVVtypeUniqueSymboltypeSort tyConNamemkDataConIdsTy classBinds isDecreasing makeDecrType makeLexRefa mkTyConInfo makeTyConInfodataConPSpecType dataConTyunifyreplacePredsWithRefs pVartoRConc pvarRType replacePredspredTypeexprType substPargwiredSortedSymsMSpecctorMapmeasMapcmeasMapimeasSpecsigs localSigs dataDeclsaliasespaliasesealiasesembedshmeaspragmas cmeasures imeasuresclasses termexprsBareSpec qualifySpecmkMmkMSpec'mkMSpecmapTy dataConTypes defRefTypehsSpecificationPlhsSpecificationPspecSpecificationP tidySymbol isTmpSymbol tidySpecType tidyError makeGhcSpecmkOutputannotategetOptsmkOpts withPragmasexitWithResult CBVisitablefreeVarsreadVarsletVarsliterals getGhcInfoTagEnvTagKey defaultTag memTagEnv makeTagEnvgetTagspecificationQualifiersCGInfohsCshsWfssCsfixCsisBindfixWfsglobals freshIndexannotMap tyConInfo specQualsspecDecr termExprs specLVarsspecLazy tyConEmbedkutslitstcheckschecktrustghc pruneRefs logErrorskvProfrecCountgenerateConstraintscgInfoFInfoBotcgInfoFInfoKvars cgInfoFInfo DiffCheckDCnewBinds oldOutputslicethin saveResult transposeintCSizecSizeIntmkPtr isNullPtrfpLenpLenderefeqPtrplusminustimeseqneqleqgeqltgt liquidAssertB liquidAssert liquidAssume liquidAssumeB liquidErrorcrashforcechooseisEvenisOdd safeZipWithshouldTickBindaddTickLHsExprLetBodytickSameFileOnly MixEntry_TMunTMFreeVars TickishType BreakpointsHpcTicks ProfNotes TickTransEnvTTEfileNamedensity tte_dflagsinlinesdeclPathinScope blackListthis_mod tickishTypeTickTransStateTT tickBoxCount mixEntries TickDensity TickCallSitesTickExportedFunctionsTickTopFunctionsTickAllFunctionsTickForBreakPointsTickForCoverageguessSourceFile mkModBreakswriteMixEntries mkDensityshouldTickPatBindaddTickLHsBindsaddTickLHsBindbindTickaddTickLHsExpraddTickLHsExprRHSaddTickLHsExprEvalInneraddTickLHsExprNeverisGoodBreakExpr isCallSiteaddTickLHsExprOptAltaddBinTickLHsExpr addTickHsExpr addTickTupArgaddTickMatchGroup addTickMatch addTickGRHSs addTickGRHSaddTickGRHSBody addTickLStmtsaddTickLStmts' addTickStmtaddTickaddTickStmtAndBindersaddTickHsLocalBindsaddTickHsValBindsaddTickHsIPBinds addTickIPBindaddTickSyntaxExpr addTickLPataddTickHsCmdTop addTickLHsCmd addTickHsCmdaddTickCmdMatchGroupaddTickCmdMatchaddTickCmdGRHSsaddTickCmdGRHSaddTickLCmdStmtsaddTickLCmdStmts'addTickCmdStmtaddTickHsRecordBindsaddTickArithSeqInfoliftLnoFVsgetEnvwithEnv getDensity ifDensity getFreeVarsfreeVar addPathEntry getPathEntry getFileNameisGoodSrcSpan'isGoodTickSrcSpanifGoodTickSrcSpan bindLocals isBlackListed allocTickBox allocATickBox mkTickishallocBinTickBoxmkBinTickBoxHpcmkHpcPos hpcSrcSpanmatchesOneOfManymixHash $fMonadTM$fApplicativeTM $fFunctorTMBindingfun_type_arg_stdcall_infotoCNamemkHObj unpackHObj showStgType showFFIType typeTyCon insertRetAddr ret_addr_arg getPrimTyOfprimTyDescChar sort_alts mkPatSynCase mkDataConCase mkPArrCase mkFailurePair dsOverLit'conversionNameswarnAboutOverflowedLiteralsgetLHsIntegralLitgetIntegralLit litValKey matchGuards isTrueLHsExpr ds_lhs_binds dsLHsBinddsHsBind makeCorePair dictAritydsSpecs specUnfolding specOnInline sccEvBindsdsEvTerm dsTcCoercionds_tc_coercionNeedParsEqnSetEqnNo WarningPatuntidy_exhaustiveuntidy_messageuntidy_no_pars untidy_parsuntidy untidy_conpars untidy_litcheck'split_by_literalsprocess_explicit_literalsprocess_literalsconstruct_literal_matrixremove_first_column_litsplit_by_constructorfirst_column_only_varsno_need_default_caseneed_default_caseconstruct_matrixremove_first_column make_row_varshash_xmake_row_vars_for_constructor compare_cons remove_dups get_used_cons isConPatOut remove_dups' get_used_litsget_used_lits'get_litmb_negget_unused_consall_vars remove_vareqnPatsokGrouppprGroup pprEqnInfo firstPatNis_conis_litis_var is_var_con is_var_lit isInfixConis_nilis_list return_list make_listmake_conmake_whole_contidy_eqnmight_fail_patmight_fail_lpat tidy_lpattidy_pat tidy_lit_pattidy_con ConArgPatsmatchOneConLikecompatible_pats same_fieldsselectConMatchVars conArgPatsPatGroupPgOverloadedListPgViewPgCoPgBangPgNpKPgNPgLitPgSynPgConPgAny matchCheckmatchCheck_reallymaximum_output dsShadowWarndsIncompleteWarn pp_contextppr_patsppr_shadow_patsppr_incomplete_patsppr_constraintppr_eqn matchEmptymatchVariables matchBangs matchCoercion matchViewmatchOverloadedListdecomposeFirstPatgetCoPat getBangPat getViewPatgetOLPat tidyEqnInfotidy1 tidy_bang_patgroupEquationssubGroup sameGroup viewLExprEqpatGroupdsInnerListComp dsTransStmt deListComp deBindComp dfListComp dfBindComp mkZipBind mkUnzipBind dePArrComp dePArrParCompdeLambdamkLambda parrElemType dsMcStmtsdsMcStmt matchTuple dsMcBindStmtdsInnerMonadComp mkMcUnzipMDsCmdEnvarr_id compose_idfirst_idapp_id choice_idloop_idmkCmdEnvdo_arr do_composedo_firstdo_app do_choicedo_loop do_premap mkFailExpr mkFstExpr mkSndExpr coreCaseTuple coreCasePair mkCorePairTymkCorePairExprmkCoreUnitExpr envStackType splitTypeAt buildEnvStack matchEnvStackmatchEnv matchVarStackmkHsEnvStackExprdsLCmddsCmd dsTrimCmdArgdsfixCmd trimInputdsCmdDo dsCmdLStmt dsCmdStmtdsRecCmd dsfixCmdStmts dsCmdStmts matchSimplys leavesMatchreplaceLeavesMatchreplaceLeavesGRHSfoldbcollectPatBinderscollectPatsBinderscollectlcollectEvBinders add_ev_bndrcollectLStmtsBinderscollectLStmtBinderscollectStmtBinderscatchIObindirlibdirdatadir libexecdir sysconfdir rtc_pvarsSymbolName $fShowStratum$fShowDataDecl$fTyConableRTyConKVP RTExprAlias RTPredAliasshowEMsg ppEnvCurrentppEnvPrintPredspdTruepdAnd mapQualBody rTyConInforTyConTcisPropdefaultTyConInfo addObligation isTauto_ureftisTauto_ureft' ppTy_ureftppr_reftppr_stremapReftemapRefmapRefM mapBotRef mapBindRefstripQuantifiersstripQuantifiersRefmapRBase makeLTypetrueDfalseDandDorD pprintBin cinfoError emptyOutput varSymbol $fShowDataCon$fPPrintDataCon $fSymbolicVar$fSymbolicDataCon$fNFDataKVProf$fPPrintKVProf$fPPrintKVKind$fNFDataKVKind$fHashableKVKind$fMonoidOutput $fNFDataAnnot$fNFDataAnnInfo$fFunctorAnnInfo$fMonoidAnnInfo$fFunctorRClass $fSubableBody $fSubableDef$fSubableMeasure $fMonoidRTEnv$fSymbolicModuleName$fSymbolicModName $fShowModName$fResultFixResult$fResultTError $fResult[] $fNFDataCinfo $fErrorTError $fOrdTError $fEqTError $fPPrintEMsg$fPPrintSortedReft $fPPrintReft $fPPrintRefa$fPPrintPredicate $fPPrintPVar $fPPrintPred$fPPrintSymConst $fPPrintExpr$fPPrintSymbol $fPPrintSort $fPPrintBop $fPPrintBrel$fPPrintConstant$fPPrintInteger $fPPrintInt$fPPrintLocated $fPPrintText $fPPrint[] $fPPrint()$fPPrintSourcePos $fPPrint[]0$fPPrintStratum$fFunctorRType$fFunctorUReft$fReftablePredicate$fSubableRType $fSubableRef$fSubableUReft$fReftableUReft $fReftable[] $fSubable[]$fSubableStratum $fShowRTyCon$fPPrintRTyCon$fFixpointRTyCon $fEqRTyCon$fTyConableLocated$fTyConableSymbol $fMonoid[] $fPPrintOblig $fShowOblig$fDefaultTyConInfo$fSymbolicRTyVar$fNFDataRTyVar $fNFDataRType $fNFData[] $fNFDataUReft$fSubableQualifier$fSubablePredicate $fSubablePVar $fMonoidUReft$fMonoidPredicate$fNFDataPredicate$fHashablePVar $fNFDataPVar$fNFDataPVKind $fFunctorPVar$fFunctorPVKind $fOrdPVar$fEqPVar $fPPrint(,) $fPPrint[]1 $fPPrintMaybe trueRefTypetrueRefrefreshRefType refreshReffreshSym$fFreshablemRType$fFreshablem[]$fFreshablemUReft$fFreshablemReft$fFreshablem[]0$fFreshablemRefa$fFreshablemSymbol traceSMapshowMapallSVarsnoSVarnoUpdate updateFin updateDivsolve$fSubStratumRType$fSubStratumAnnot$fSubStratum[]$fSubStratum(,)$fSubStratumStratumsepConj $fMonoidWorldSimplifysimplifyLogicMLMthrow coreToLogic toLogicAppmakeAppbops splitArgstosymbolmakesubmkImkR ignoreVarsimpleSymbolVarisDead$fSimplify(,,)$fSimplifyBind$fSimplifyExpr$fApplicativeLogicM$fFunctorLogicM $fMonadLogicMLitlin annotTokeniseclassifyjoinLCodeunLCommentTransform AnnotationA emptyAnnMap getFirstMaybelitSpanshsannot' spanAnnotspanLineinRangetokeniseWithCommentTransform tokenSpansplusLocrenderAnnotTokenrenderTypAnnotrenderErrAnnotrenderLinAnnot lineStringinsertAnnotAnchorsstitchsplitSrcAndAnns tokenModule annotParse parseLines ppAnnotTyp ppAnnotErrallProg $fShowAnnMap dsIPBinds ds_val_bind dsStrictBindstrictMatchOnly findFielddsExplicitListspanTail dsArithSeqdsDohandle_failure mk_fail_msgwarnDiscardedDoBindings badMonadBind dsImpSpecscombineEvBindsaddExportFlagsAndRulesdsRuledsVectlogWarningsReportErrors throwErrors getWarnings clearWarnings logWarnings hscDesugar' getHscEnvhandleWarnings ioMsgMaybeCoreMkC GenSymBindrepTopPrepTopDshsSigTvBindersrepTyClDrepRoleD repDataDefn repSynDecl repFamilyDeclrepFamilyDecls mk_extra_tvs repLFunDeps repLFunDep repFamilyInforepInstD repClsInstD repTyFamInstD repTyFamEqnrepDataFamInstDrepForD repCCallConv repSafetyrepFixDrepRuleD ruleBndrNames repRuleBndrds_msgrepCin_subst mkGadtCtxt repBangTy repDerivsrep_sigs rep_sigs'rep_sig rep_ty_sig rep_inlinerep_specialiserep_specialiseInst repInline repRuleMatch repPhases addTyVarBindsaddTyClTyVarBindsrepTyVarBndrWithKind repLContext repContextrepLPredrepPredrepLTysrepLTyrepTyrepTyLitrepLKindrepNonArrowLKindrepNonArrowKindrepRole repSplicerepLEsrepLErepE repMatchTup repClauseTup repGuardsrepLGRHS repFieldsrepLStsrepStsrepBinds rep_val_binds rep_binds rep_binds'rep_bind repLambdarepLPsrepLPrepP sort_by_locde_loc mkGenSymsaddBinds dupBinder lookupLBinder lookupBinder lookupLOcc lookupOcc globalVar lookupType wrapGenSyms occNameLitunCrep2dataCon'dataConrepPlitrepPvarrepPtuprepPunboxedTuprepPconrepPrec repPinfix repPtilderepPbang repPaspatrepPwildrepPlistrepPview repVarOrConrepVarrepConrepLitrepApprepLam repLamCaserepTup repUnboxedTuprepCond repMultiIfrepLetErepCaseErepDoErepComp repListExp repSigExp repRecCon repRecUpd repFieldExp repInfixApp repSectionL repSectionR repGuarded repNormal repLNormalGE repNormalGErepPatGE repBindStrepLetSt repNoBindStrepParStrepFrom repFromThen repFromTo repFromThenTorepMatch repClauserepValrepFunrepData repNewtyperepTySynrepInstrepClass repPragInl repPragSpecrepPragSpecInlrepPragSpecInst repPragRulerepFamilyNoKind repFamilyKind repTySynInstrepClosedFamilyNoKindrepClosedFamilyKind repTySynEqn repRoleAnnotD repFunDeprepProtorepCtxt repClassP repEqualP repConstr repTForallrepTvarrepTapprepTappsrepTSigrepTPromotedListrepTLit repNamedTyCon repTupleTyConrepUnboxedTupleTyCon repArrowTyCon repListTyConrepPromotedTyConrepPromotedTupleTyConrepPromotedNilTyConrepPromotedConsTyCon repPlainTV repKindedTVrepKVarrepKCon repKTuple repKArrowrepKListrepKApprepKAppsrepKStarrepKConstraint repLiteral mk_integer mk_rational mk_stringrepOverloadedLiteralmk_lit repGensymrepBindQ repSequenceQrepListcoreList coreList'nonEmptyCoreList coreStringLit coreIntLitcoreVar notHandledthSynthLibqqLib mkTHModulelibFunlibTcthFunthTcthConqqFunfieldExpTyConName patTyConNamefieldPatTyConName expTyConNametyVarBndrTyConNamematchTyConNameclauseTyConNamefunDepTyConName predTyConName returnQName bindQName sequenceQName newNameName mkNameName mkNameLName charLName stringLName integerLName intPrimLName wordPrimLNamefloatPrimLNamedoublePrimLName rationalLNamelitPNamevarPNametupPNameunboxedTupPNameconPName infixPName tildePName bangPNameasPName wildPNamerecPName listPNamesigPName viewPName fieldPatName matchName clauseNamevarENameconENamelitENameappEName infixEName infixAppName sectionLName sectionRNamelamEName lamCaseENametupENameunboxedTupEName condEName multiIfENameletEName caseENamedoEName compEName fromEName fromThenEName fromToENamefromThenToEName listENamesigEName recConEName recUpdEName fieldExpName guardedBName normalBName normalGEName patGEName bindSNameletSName noBindSNameparSNamefunDNamevalDName dataDName newtypeDName tySynDName classDName instanceDNamesigDName forImpDName pragInlDName pragSpecDNamepragSpecInlDNamepragSpecInstDName pragRuleDNamefamilyNoKindDNamefamilyKindDName dataInstDNamenewtypeInstDNametySynInstDNameclosedTypeFamilyKindDNameclosedTypeFamilyNoKindDName infixLDName infixRDName infixNDNameroleAnnotDNamecxtName classPName equalPName isStrictName notStrictName unpackedName normalCNamerecCName infixCName forallCNamestrictTypeNamevarStrictTypeName forallTNamevarTNameconTName tupleTNameunboxedTupleTName arrowTName listTNameappTNamesigTNamelitTName promotedTNamepromotedTupleTNamepromotedNilTNamepromotedConsTName numTyLitName strTyLitName plainTVName kindedTVName nominalRNamerepresentationalRName phantomRName inferRNamevarKNameconKName tupleKName arrowKName listKNameappKName starKNameconstraintKName cCallName stdCallName unsafeNamesafeNameinterruptibleNamenoInlineDataConNameinlineDataConNameinlinableDataConNameconLikeDataConNamefunLikeDataConNameallPhasesDataConNamefromPhaseDataConNamebeforePhaseDataConName ruleVarNametypedRuleVarName funDepName typeFamName dataFamName tySynEqnNamematchQTyConNameclauseQTyConNamestmtQTyConName conQTyConNamestrictTypeQTyConNamevarStrictTypeQTyConNamefieldExpQTyConNamefieldPatQTyConNamepredQTyConNameruleBndrQTyConNametySynEqnQTyConName roleTyConName expTyConKey matchTyConKeyclauseTyConKey qTyConKey expQTyConKey decQTyConKey patTyConKeymatchQTyConKeyclauseQTyConKey stmtQTyConKey conQTyConKey typeQTyConKey typeTyConKey decTyConKeyvarStrictTypeQTyConKeystrictTypeQTyConKeyfieldExpTyConKeyfieldPatTyConKey nameTyConKey patQTyConKeyfieldPatQTyConKeyfieldExpQTyConKeyfunDepTyConKey predTyConKey predQTyConKeytyVarBndrTyConKey decsQTyConKeyruleBndrQTyConKeytySynEqnQTyConKey roleTyConKey tExpTyConKey returnQIdKey bindQIdKeysequenceQIdKey liftIdKey newNameIdKey mkNameIdKeymkNameG_vIdKeymkNameG_dIdKeymkNameG_tcIdKey mkNameLIdKey unTypeIdKey unTypeQIdKeyunsafeTExpCoerceIdKey charLIdKey stringLIdKey integerLIdKey intPrimLIdKeywordPrimLIdKeyfloatPrimLIdKeydoublePrimLIdKeyrationalLIdKeyliftStringIdKey litPIdKey varPIdKey tupPIdKeyunboxedTupPIdKey conPIdKey infixPIdKey tildePIdKey bangPIdKeyasPIdKey wildPIdKey recPIdKey listPIdKey sigPIdKey viewPIdKey fieldPatIdKey matchIdKey clauseIdKey varEIdKey conEIdKey litEIdKey appEIdKey infixEIdKey infixAppIdKey sectionLIdKey sectionRIdKey lamEIdKey lamCaseEIdKey tupEIdKeyunboxedTupEIdKey condEIdKey multiIfEIdKey letEIdKey caseEIdKeydoEIdKey compEIdKey fromEIdKeyfromThenEIdKey fromToEIdKeyfromThenToEIdKey listEIdKey sigEIdKey recConEIdKey recUpdEIdKey fieldExpIdKey guardedBIdKey normalBIdKey normalGEIdKey patGEIdKey bindSIdKey letSIdKey noBindSIdKey parSIdKey funDIdKey valDIdKey dataDIdKey newtypeDIdKey tySynDIdKey classDIdKeyinstanceDIdKey sigDIdKey forImpDIdKey pragInlDIdKeypragSpecDIdKeypragSpecInlDIdKeypragSpecInstDIdKeypragRuleDIdKeyfamilyNoKindDIdKeyfamilyKindDIdKeydataInstDIdKeynewtypeInstDIdKeytySynInstDIdKeyclosedTypeFamilyKindDIdKeyclosedTypeFamilyNoKindDIdKey infixLDIdKey infixRDIdKey infixNDIdKeyroleAnnotDIdKeycxtIdKey classPIdKey equalPIdKey isStrictKey notStrictKey unpackedKey normalCIdKey recCIdKey infixCIdKey forallCIdKey strictTKey varStrictTKey forallTIdKey varTIdKey conTIdKey tupleTIdKeyunboxedTupleTIdKey arrowTIdKey listTIdKey appTIdKey sigTIdKey litTIdKeypromotedTIdKeypromotedTupleTIdKeypromotedNilTIdKeypromotedConsTIdKey numTyLitIdKey strTyLitIdKey plainTVIdKey kindedTVIdKey nominalRIdKeyrepresentationalRIdKey phantomRIdKey inferRIdKey varKIdKey conKIdKey tupleKIdKey arrowKIdKey listKIdKey appKIdKey starKIdKeyconstraintKIdKey cCallIdKey stdCallIdKey unsafeIdKey safeIdKeyinterruptibleIdKeynoInlineDataConKeyinlineDataConKeyinlinableDataConKeyconLikeDataConKeyfunLikeDataConKeyallPhasesDataConKeyfromPhaseDataConKeybeforePhaseDataConKeytExpDataConKey funDepIdKey typeFamIdKey dataFamIdKey tySynEqnIdKey quoteExpKey quotePatKey quoteDecKey quoteTypeKey ruleVarIdKeytypedRuleVarIdKeySubablesubsubTyTrEnvTrTEinlineFailCases isTypeErrorscopeTr outerScTr isCaseArg innerScTrscTransinitEnvtransPgtransBd transExpr isNonPolyRecnonPolycollectNonRecLets appTysAndIdstrans makeTrans mkRecBindsmkSubs mkFreshIdsfreshInt freshUniquemkAlivesubVar substTysWith mapNonRecmapBndmapExprmapAltmapBdM $fSubableType $fSubableBind $fSubableVar $fSubable(,,)$fSubableCoercion $fSubableExpr$fFreshableVar$fFreshableUnique$fFreshableIntDsMWDsST st_expandflagst_bindsDsMrunDsMmodGutsTypeEnvnormalizeTopBindnormalizeTyVarssubst normalizeBind normalizeNameaddnormalizeLiteralfreshNormalVar normalizeexpandDefaultCaseexpandDefaultCase' cloneCase sortCases pprArrowChain maybeParenppExists ppAllExprppReftPs ppr_dbind ppr_fun_tail ppr_forallppr_cls ppr_pvar_def ppr_pvar_kindppr_name ppr_tyvarppr_tyvar_short ppRefArgsppRefSympprAnnInfoBindspprAnnInfoBindpprXOTppTable$fPPrintHashMap$fPPrintAnnInfo $fPPrintAnnot $fPPrintUReft $fPPrintRef$fPPrintRTyVar$fShowPredicate $fPPrintClass $fPPrintType $fPPrintName $fPPrintVar$fPPrintParseError$fPPrintSourceError$fPPrintErrMsg $fPPrintDoc$fPPrintSrcSpanReftbase Data.MaybeNothing $fEqPredicate $fFixpoint[]$fReftableRTypeFreeVar ppClassSymbolppClassClassPredeqRSorteqpdrPredaddPdsnlzPstrengthenRefType unifyShapestrengthenRefType_meets expandRApp rtPropToprtPropPVmkRTProppvArgs isNumeric addNumSizeFun subsTyVars subsTyVarsubsFree subsFreessubsFreeRAppTymkRApp refAppTyToFun subsFreeRefofType_pprShort isBaseDataConisBaseTyvv_ makeRTypeBase tyConFTyContypeSortForAll typeSortFungrabArgsexpandProductType mkProductTyforth4 rTyVarSymbolmkDType cmpLexRef makeLexReft $fShowRTAlias$fExpressionVar$fSubsTytvtyRef$fSubsTySymbolRTypeRType$fSubsTySymbolRTypeLocated$fSubsTyRTyVarRTypeRType$fSubsTyRTyVarRTyVarRType$fSubsTyRTyVarRTypeRType0$fSubsTyRTyVarRTypeRType1$fSubsTyRTyVarRTypeRTyCon$fSubsTytvtyPVar$fSubsTytvtyPVKind$fSubsTytvtyReft$fSubsTytvty() $fPPrintREnv $fShowRef $fShowRType $fPPrintRType $fShowUReft $fShowRTyVar $fNFDataRef$fHashableRTyCon $fOrdRTyCon$fHashableRTyVar $fOrdRTyVar $fEqRTyVar $fEqRType$fFreeVarLocatedSymbol$fFreeVarRTyConRTyVar$fRefTypableClassRTyConRTyVarr$fRefTypablepcSymbolr$fFixpointClass $fReftableRef $fMonoidRef $fMonoidRef0 $fMonoidRType substRCon collectArgsapplyTypeToArgsmkRTyConunifySpToReftbUnify rpredType predRTyCon wpredRTyCon symbolRTyCon substPred substPredP splitRPvar isPredInType isPredInURef freeArgsPs freeArgsPsRefmeetListWithPSubsmeetListWithPSubsRefmeetListWithPSubmeetListWithPSubRefpredName wpredName symbolType isPredType panic_msg pappAritypappSort predFTyCon$fShowDataConP$fPPrintDataConP $fShowTyConP$fPPrintTyConPcheckDuplicateMeasurerefineWithCtorBodybodyPred$fShowCMeasure$fPPrintCMeasure $fShowMeasure $fPPrintMSpec$fPPrintMeasure $fPPrintDef $fPPrintBody$fBifunctorSpec$fBifunctorMSpec$fBifunctorMeasure$fFunctorMSpec$fFunctorCMeasure$fFunctorMeasure $fFunctorDef $fMonoidSpec $fMonoidMSpec $fShowMSpec bareTypeP$fInputableRType $fShowPspecPspecClassIMeasCMeasPragmaHMeasLazyLVarsDecrQualifEmbedEAliasPAliasAliasIAliasInvtInclDDeclImptAsrtsLAsrtAsrtAssmMeasArrowSym ArrowPredArrowFuncommentP simpleCommentnewlinePspecificationPparseWithErrorparseErrorError remParseError remLineColdotangles stringLiteralbareArgP bareAtomPholePholeRefP refasHolePbbasePstratumP bstratumP bbaseNoAppPmaybeP bareTyArgPbareAtomNoAppP bareAllExprP bareExistsPexBindPbareAllSbareAllPtyVarIdP predVarDefsP predVarDefP predVarIdPbPVar predVarTypeP mkPredVarTypexyParrowP positionNameP dummyNamePosbareFunP dummyBindPbbindP bareArrowisPropBareTypeisHPropBareTypeisPrimBareType getClassesdummyPsymsP dummyRSortrefasP predicatesP predicate1PmmonoPredicatePmonoPredicatePmonoPredicate1P predVarUsePfunArgsPbRPropbRVarbLstbTupbConbAppTy reftUReft predUReft dummyReft dummyTyIdmkSpecspecPpragmaPlazyPlazyVarP hmeasureP decreaseP filePathPtyBindsPtyBindP termBareTypeP termTypeP invariantP invaliasP genBareTypePembedPaliasPpaliasPealiasPrtAliasPaliasIdPmeasureP cMeasureP iMeasurePclassPrawBodyPtyBodyPbinderPgrabs measureDefP measurePatPtupPatPconPatPconsPatPnilPatPmkTupPatmkNilPat mkConsPat tupDataCondataConFieldsP predTypeDDPdataConP dataConNameP dataSizeP dataDeclP dataDeclSizeP dataDeclFullPgrabUpto betweenMany specWraps$fInputableMeasure tidyValueVarstidyVV tidySymbolstidyLocalRefas tidyDSymbols tidyFunBinds tidyTyVars bindersTxtyVars subsTyVarsAllfunBinds$fPPrintTErrorCtxtidyErrContexttidyCtx stripReft stripRTypetidyREnv expandFix tidyTemps niceTemps ppSpecTypeErrppErrorpprintEnestssepVcat blankLineppError'ppVarerrSaved$fFromJSONTError$fToJSONTError $fException[]$fExceptionTError $fShowTErrorExStBareMexpandRTAliasMeasure expandAliasexprArgmakeMeasureSpec lookupGhcVarGHC.BaseStringExprVar ofBareType propTyCon hpropTyCon checkRType checkMeasures txExpToBindberrUnknownVaremappmapReplaceM Resolvableresolve GhcLookup lookupNamesrcSpanBareEnvBEmodNametcEnvrtEnvvarEnvhscEnvTCEnvWarn MapTyVarSTMTVSTvmaperrmsg postProcess makeGhcSpec' emptySpec makeGhcSpec0 makeGhcSpec1 makeGhcSpec2 makeGhcSpec3 makeGhcSpec4makeGhcSpecCHOP1makeGhcSpecCHOP2makeGhcSpecCHOP3makeHaskellMeasuresmakeMeasureDefinition simplesymbolstrengthenHaskellMeasuresstrengthenResultmakeMeasureSelectorsmakePluggedSigsmakePluggedAsmSigsmakePluggedDataConsmakeMeasureSelector makeRTEnv makeRTAliases makeRPAliases makeREAliasesexpandRTAliasDefexpandRTAliasBody expPAlias expandRTAliasmapPredM txPredReftlookupExpandRTApp expandRTAppexpandRPAliasE expandPAliasexpandREAliasE expandEAlias expandEAppmakeQualifiers makeClasses makeHintsmakeLVarmakeLazy makeHMeas makeTExpr varSymbols varsAfter txRefSort addSymSort addSymSortRefaddSymSortRef' spliceArgs varMeasures varSpecType isSimpleType initMapSt runMapTyVars mapTyVars mapTyRVar mkVarExpr varFunSymbolisFunVarmeetDataConSpec dataConSpecmeetPad setModuleinModule withVArgsaddSym mkExprAlias setRTAlias setRPAlias setREAliasexecBaremakeMeasureSpec'makeClassMeasureSpecmakeTargetVarsmakeAssertSpecmakeAssumeSpecmakeDefaultMethods makeLocalSpecmakeSpecjoinVar lookupIdscheckDefAssertswarn mkVarSpec plugHolesaddRefsshowTopLevelVarsmakeTyConEmbedsmakeTyConEmbeds' makeIAliases makeIAliases'makeInvariantsmakeInvariants' mkSpecType mkSpecType' makeSymbols freeSymbolslookupGhcThinglookupGhcThing' symbolLookupsymbolLookupEnvlookupGhcTyCon tryPropTyConlookupGhcClasslookupGhcDataCon isTupleDClookupGhcDataCon'wiredInisConmaxArity wiredTyCons wiredDataConswiredTyDataConslistTyDataConstupleTyDataCons pdVarReftmkpsmkps_ofRefofSymstyApp bareTCAppexpandRTypeSynonyms symbolRTyVar mkMeasureDConmkMeasureDCon_ measureCtors mkMeasureSort makeConTypes makeConTypes' ofBDataDeclgetPsSig getPsSigPsaddpsdataDeclTyConPofBPVar mapM_pvar ofBDataContxParamstxPvarpredMaprtypePredBinds checkGhcSpecreplaceLocalBinds traverseExprs traverseBindsreplaceLocalBindsOnecheckInvcheckIAl checkIAlOnecheckRTAliasescheckRTAliasWF checkBind checkExprcheckTycheckDupIntersectcheckDuplicatecheckDuplicateRTAlias checkMismatchtyCompat ghcSpecEnverrTypeMismatch checkReft checkMeasure checkMBodycheckMBodyUnify checkMBody' expToBindT expToBindReftgetBinds addExistsaddExist expToBindRef expToBind expToBindParg expToBindExpr freshSymbol maybeTrue killHoles berrUnknown$fResolvable()$fResolvablePVar$fResolvablePredicate$fResolvableReft$fResolvableUReft$fResolvableSort$fResolvableSymbol$fResolvableLocated$fResolvableExpr$fResolvablePred$fResolvableQualifier$fResolvable[]$fGhcLookupName$fGhcLookupLocatedAssoc renderPandoc renderDirect top'n'tailmkAnnMaprefTokentokAnnotvimAnnotanns$fToJSONStatusAnnot1A1identannrowcol AnnErrorsAnnTypesAscmkBotswriteFilesOrStrings generateHtml renderHtml renderPandoc' pandocCmd pandocPreProc htmlHeader htmlClosecssHTMLmkStatus mkAnnMapErrcinfoErr mkAnnMapTypmkAnnMapBinders closeAnnotscloseAfilterA collapseApickOneAtrimLiquidAnnottokBodyisMeasisDataisTypeisIncl spacePrefix tokeniseSpec tokeniseSpec' chopAltDBGvimBindannTypesinsi$fToJSONAnnMap $fToJSONAssoc $fToJSON[] $fToJSONLoc$fToJSONAnnot1canonicalizePathsGHC.IOFilePath$fMonoidConfigfixCfgenvCfg copyright withPragma parsePragmawriteCheckVars writeResultresDocs reportUrl addErrors$fFixpointFixResult$fMonoidSMTSolvergetGhcModGuts1desugarModuleWithLoc moduleHquals moduleSpec exitWithPanic$fResultSourceError getGhcInfo' derivedVars derivedVsupdateDynFlags compileCFilesmgi_namestring importVars definedVarsgetDerivedDictionariesgetGhcModGutsSimpl1 peepGHCSimple cleanFilesremoveFileIfExists allDepNamesdeclNameStringdepNamesdirImportNames targetNamestarName patErrorName realSpecNamenotRealSpecNamegetSpecs getPatSpec getRealSpectransParseSpecs parseSpec specParser moduleImports moduleFileisJust specIncludesreqFile exprFreeVars exprReadVars exprLetVars exprLiterals extendEnvbindings errMsgErrors$fPPrintTargetVars $fShowGhcInfo$fPPrintGhcInfo$fPPrintGhcSpec$fNFDataSrcSpan $fNFDataVar$fCBVisitableAltCon$fCBVisitable(,,)$fCBVisitableExpr$fCBVisitableBind$fCBVisitable[] CallGraphcallGraphRanks makeCallGraphbindEqns refTypeQuals pAppQualsexpressionsOfSortpAppQual refTypeQuals' refTopQualsmkPQualmkQual lookupSortorderedFreeVarsatoms RTyConInvrenvsyenvfenvrecsinvsialgrtysassmsembtgEnvtgKeytreclcbholesFEnvfe_bindsfe_env predsUnifyaddIdAaddLocA updateLocA freshTy_typeaddKVars varTemplateinstantiatePredsinstantiateStrataconsE consElimE cconsFreshE freshPredRefHEnv RTyConIAlTemplateUnknownAssumedAssertedCGFixWfCFixSubCWfCSubCSubRobligsenvlhsrhsCGEnvCGEFEconsAct refreshHoles refreshHoles'extract refreshArgs' strataUnifypredEnvunifytsmeasEnvassmgrty assm_grtygrtyTop insertFEnv insertsFEnvinitFEnvsetLocwithRecswithTRecsetBind isGenericsplitWrsplitWbsplitWbsplitW' mkSortedReftsplitS splitSIndexedrsplitSIndexedbsplitSrsplitCSrsplitSsplitC splitCIndexedrsplitCIndexedbsplitC checkStratumbsplitC'unifyVVrsplitC ppr_CGInfoinitCGI coreBindLitsextendEnvWithVVaddCGEnv++=addSEnvrTypeSortedReft'+++=+=-=??=?= normalize' normalizeVVaddBind addClassBind pushConsBindaddCaddPostaddW addWarning boundRecVaraddA freshTy_exprfreshTy_reftypeisKut specTypeKVarstrueTyofType'fixTyrefreshArgsTop refreshArgsrefreshArgsSub makeDecrIndexrecType checkIndex makeRecType safeLogIndex checkHintcheckValidHint consCBLet consCBToptcondconsCBSizedTysconsCBWithExprs makeFinTy makeTermEnvsconsCBconsBindnoHoles killSubstdefAnn addPToEnvextender addBindersaddPostTemplate fromAssertedsafeFromAssertedcconsE substStrata cconsLazyLetcastTy singletonReft checkUnbound dropExists cconsCase refreshTy refreshVV refreshVVRefcaseEnvaltReftunfoldRinstantiateTysinstantiatePvs checkTyConcheckFuncheckAllcheckErrvarAnn getSrcSpan'argExpr varRefType varRefType'subsTyVar_meet'forallExprRefTypeforallExprReftforallExprReft_forallExprReftLookupgrapBindsWithTypesplitExistsCases exrefAddEq exrefToPred fFromRConcexprLoc exprRefType exprRefType_ bindRefType_extendγ mkRTyConInv mkRTyConIAl addRTyConInvaddRInvconjoinInvariant'conjoinInvariantShiftconjoinInvariant toListREnv filterREnv fromListREnv deleteREnv insertREnv lookupREnv memberREnvupdateCs fromListHEnvelemHEnv $fNFDataREnv$fNFDataCGInfo $fNFDataWfC $fNFDataType$fNFDataRTyCon $fNFDataClass $fNFDataSubC $fNFDataFEnv $fNFDataCGEnv $fShowExpr$fFreshableStateTInteger$fPPrintCGInfo$fSubStratumSubC $fPPrintWfC $fPPrintSubC $fShowCGEnv $fPPrintCGEnvChkItvLMapDepsstartendbinder meetSpanslineDiffgetShiftsetShift$fToJSONSourcePos sliceSaved sliceSaved' filterBindscoreDefscoreDeflineSpancatSpansbindFilevarFile bindSpans exprSpansaltSpans isJunkSpancoreDepsbindDep dependentVarsdiffVars lineDiff' diffLines diffShifts loadResult adjustOutput adjustTypes adjustResult errorsResult adjustErrors adjustSrcSpan isCheckedSpanisCheckedRealSpan adjustSpan adjustReal checkedItvifM$fFromJSONOutput$fToJSONOutput$fFromJSONAnnInfo$fToJSONAnnInfo$fFromJSONHashMap$fToJSONHashMap $fFromJSONDoc $fToJSONDoc$fFromJSONFixResult$fToJSONFixResult$fFromJSONSourcePos $fFunctorDiff $fShowDef