Search code examples
Is it possible to write a function Int -> NatSing n, where NatSing is a singleton type of peano n...

haskelltypesgadt

Read More
Tail function for "safe list" using GADTs...

haskellgadt

Read More
How do I code this dependently-typed example in Haskell?...

haskellgadtdependent-type

Read More
Deconstructing a GADT: Where am I losing the context?...

haskellgadt

Read More
Haskell: Overlapping instances of pair with same pair specialization...

haskelltypesgadt

Read More
Applicative Instance for (Monad m, Monoid o) => m o?...

haskellmonadsgadtapplicativemonoids

Read More
Lowering functions to an embedded language...

haskelltypesexistential-typegadt

Read More
Pattern Matching on GADTs...

haskelltypeclassgadt

Read More
Trying to develop a recursive type-level function to derive function input and output...

haskelltypeclassgadtdata-kinds

Read More
How would one create a proper polymorphic Functor instance failing on unsafeVacuous?...

haskellfunctorgadtbottom-type

Read More
Pipe with dynamic request/response type?...

haskellpolymorphismgadthaskell-pipes

Read More
How to make catamorphisms work with parameterized/indexed types?...

haskellalgebratype-systemsgadtcatamorphism

Read More
Enumeration of GADTs in Haskell...

haskellcombinatoricsgadt

Read More
Haskell Inaccessible code bug?...

haskellcompiler-errorsgadt

Read More
Ambiguous type for polymorphic function members of driver GADT...

haskellpolymorphismgadt

Read More
Defining Eq instance for Haskell GADTs...

haskellgadt

Read More
Polymorphism scenario in Haskell...

haskellpolymorphismtypeclassalgebraic-data-typesgadt

Read More
Transform a GADT without constraints to another GADT with constraints when such constraints hold...

haskelldslgadt

Read More
How can I get GHC to generate instances of Data.Typeable for GADTs with Typeable in the context?...

haskellghcgadtderived-instances

Read More
Using GADT in exception handling...

haskellgadt

Read More
How can I model a tree data structure with restrictions on where each kind of node can appear?...

haskellfunctional-programminggadtdata-modeling

Read More
Recursive replace in a GADT...

haskellgadt

Read More
When were GADTs introduced in GHC?...

haskellghcgadt

Read More
Static Guarantee on Key/Value Relationships in Data.Map...

haskellcompile-timefunctional-dependenciestype-constraintsgadt

Read More
How can I define a Lispy datatype in Haskell?...

haskelllispgadt

Read More
Trouble with DataKinds...

haskellgadtdata-kinds

Read More
haskell GADTs constructor...

haskellgadt

Read More
Explanation of untyped terms...

haskellgadt

Read More
Why does GHC not terminate with this GADT template Haskell module?...

compilationghctemplate-haskellgadt

Read More
How to use functional dependencies and existential quantification to remove an unnecessary parameter...

haskelltypesexistential-typegadt

Read More
BackNext