Search code examples
Can type classes at the type level be simulated with higher-rank types?...


haskellpolymorphismtypeclasshigher-rank-typesadhoc-polymorphism

Read More
How to use a Reader type encoded with continuation passing style...


haskellcontinuation-passinghigher-rank-typesscott-encoding

Read More
Why are explicit forall quantifiers necessary for rank-n types?...


haskelltypeshigher-rank-typesrank-n-typesscott-encoding

Read More
Why can't GHC deduce type equality on a class type family in a Rank 2 type?...


haskelltype-constraintstype-familieshigher-rank-types

Read More
How to non-impredicatively return `Maybe` a lens?...


haskelllenseshigher-rank-typesimpredicativetypes

Read More
Could not deduce (TypeClass a0) arising from a use of ‘variable’...


haskelltypeclasshigher-rank-types

Read More
Pattern matching inferred type...


haskellpattern-matchinghigher-rank-types

Read More
Rank-1 Type requires Rank2Types extension...


haskelltypesfunctional-programminghigher-rank-typesforall

Read More
RankNTypes and Church numerals...


haskelltypestype-theoryhigher-rank-types

Read More
The case of the disappearing constraint: Oddities of a higher-rank type...


haskelltypestype-constraintshigher-rank-types

Read More
Is it possible to 'uncurry' a forall quantifier?...


haskellcurryingtype-level-computationdata-kindshigher-rank-types

Read More
Why are higher rank types so fragile in Haskell...


haskelltype-inferencehigher-rank-typesimpredicativetypes

Read More
Unwrapping the STT monad in a transformer stack?...


haskellpolymorphismhigher-rank-types

Read More
What does the error message "Universe inconsistency" mean when working with higher-rank ty...


idrishigher-rank-types

Read More
Rank-2 types in data constructors...


gadthigher-rank-typespurescript

Read More
rankntypes: Illegal polymorphic or qualified type...


haskellhigher-rank-types

Read More
How does let interact with higher rank types in Haskell?...


haskelllethigher-rank-typesimpredicativetypes

Read More
Type error with rank-n types and lenses...


haskellhaskell-lenshigher-rank-types

Read More
RankNTypes and PolyKinds...


haskellpolymorphismhigher-rank-typespolykinds

Read More
RankNTypes doesn't match return type...


haskellhigher-rank-types

Read More
Doing rank-n quantification in Idris...


dependent-typehigher-rank-typesidris

Read More
Why class constraint in type synonym needs RankNTypes...


haskellhaskell-lenshigher-rank-types

Read More
Polymorphic (Generic) Functions as Arguments in C++...


c++genericsvariadic-templateshigher-kinded-typeshigher-rank-types

Read More
Referential transparency with polymorphism in Haskell...


haskellpolymorphismreferential-transparencyhigher-rank-types

Read More
RankNTypes and pattern matching...


haskellpolymorphismhigher-rank-types

Read More
Encode rank-2 polymorphism equivalent in SML...


haskellsmlmlhigher-rank-typeshindley-milner

Read More
"Eta reduce" is not always held in Haskell?...


haskellhigher-rank-types

Read More
Using a monadic rank-2 type...


haskellhigher-rank-types

Read More
What do we mean when we say T1 is more polymorphic than T2?...


haskelltype-inferencehigher-rank-types

Read More
Is it possible to implement addition on typed Church numerals using iterated incrementation?...


haskelltypeslambda-calculushigher-rank-typeschurch-encoding

Read More
BackNext