Search code examples
How to define types in a DSL in Haskell?...

haskellfunctional-programmingabstract-syntax-treedslgadt

Read More
Why is the Eq (GADT) case giving me a type error?...

haskellgadt

Read More
Avoiding redundant constraints when working with phantom types...

haskellghcgadt

Read More
How to process a recursive GADT with kind :: '[SomeDataKind]...

haskellrecursiongadtdata-kinds

Read More
GADT's: Is there a reason why the weakest or strongest type is not chosen...

haskelltypestype-inferencegadt

Read More
Are type variables in GADT heads meaningful?...

haskellsyntaxgadt

Read More
What does data ... where mean in Haskell?...

haskellsyntaxgadt

Read More
How can I programatically produce this datatype from the other?...

haskellgeneric-programmingtemplate-haskellgadt

Read More
How can I avoid multiple function implementations with GADTs?...

haskellgadt

Read More
GADT confusion with custom data types?...

haskellgadt

Read More
Total real-time persistent queues...

haskellqueuedependent-typegadt

Read More
Adventures with Types in Haskell: GADT's: why does the following typechecks?...

haskellfunctional-programmingtype-inferencegadt

Read More
GADT's - applications and usefulness?...

haskellgadt

Read More
Deriving a trivial Eq class from a GADT...

haskelltypeclassgadt

Read More
GADTs, unparametrized types and instance Eq for them...

haskellgadtexistential-type

Read More
GADT type argument not being used for typeclass resolution...

haskelltype-inferencetypeclassgadt

Read More
Is it possible to create a monoid instance for a GADT?...

haskellgadt

Read More
Type-safe Flow (State Machine)...

haskellgadt

Read More
Functions of GADTs...

haskellgadt

Read More
Functions to Polymorphic data types...

haskellpolymorphismgadtexistential-type

Read More
Pattern matching in Observational Type Theory...

haskellagdagadttype-theoryobservational-type-theory

Read More
Is it possible to declare a constrained data type using record syntax?...

haskellsyntaxgadt

Read More
Automatically deriving type class constraints using GADTs...

haskelltypestype-inferencealgebraic-data-typesgadt

Read More
Constructing concrete types for typeclasses with GADTs...

haskelltypeclassgadt

Read More
Type Juggling with Existentials at Runtime...

haskelldependent-typegadtexistential-typecombinators

Read More
Using type-inequality within type-level programming in Haskell...

haskelltypesgadttype-level-computationdata-kinds

Read More
In Haskell, how to parse an untyped AST to a typed one based on a GADT?...

haskellpattern-matchingtypecheckingapplicativegadt

Read More
Do GADTs break equational reasoning in Haskell...

haskellgadt

Read More
GADT and proof of equality...

haskelltypesgadt

Read More
Heterogeneous Data.Map in Haskell...

haskellgadt

Read More
BackNext