Search code examples
Idris parser combinator GADT...


parsingtypesgadtidris

Read More
How to resolve ambiguity in my GADTs...


haskelltypesdslgadt

Read More
Ensuring correctness of data...


haskellgraphtypesgadt

Read More
Data type without input value and multiple primitive types...


haskellalgebraic-data-typesgadt

Read More
Scala GADT instance Functor...


scalainheritancescalazgadtscala-cats

Read More
Heterogeneous List for a DSL...


haskelltypesdslexistential-typegadt

Read More
Hiding a State monad's s type parameter...


haskellexistential-typegadt

Read More
How to specify the type for a heterogenous collection in a GADT formulated AST?...


haskellexistential-typegadtdata-kinds

Read More
Inferring general typeclass instance from a series of smaller ones?...


haskelltypeclassdependent-typegadt

Read More
Name a functor of functor...


haskellgadt

Read More
Haskell can't figure out types from GADT constructor...


haskellgadttype-families

Read More
Vector containing GADT...


haskellvectorexistential-typegadtdata-kinds

Read More
Elegant typing solution desired, typing of one parameter is a function of another...


typesocamlgadtstatic-typing

Read More
GADT in polymorphic function...


haskellgadt

Read More
Modular Arithmetic using Haskell Type-Families or GADTs?...


haskellghcmodulargadttype-families

Read More
Recreating Lisp's `apply` in Haskell using GADTs...


haskelldependent-typegadt

Read More
Using record update syntax with constrained GADT records...


haskellrecordtypeclassgadt

Read More
How to pattern match on a GADT in Bigarray?...


ocamlgadt

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


gadthigher-rank-typespurescript

Read More
Why won't GHC reduce my type family?...


haskelllambda-calculusgadttype-families

Read More
Rank N types in let bindings...


haskellgadt

Read More
Converting an untyped AST for a simple typed language into a GADT...


haskellgadt

Read More
How to define Eq instance of List without GADTs or Datatype Contexts...


listhaskellcompiler-flagsalgebraic-data-typesgadt

Read More
Creating GADT expression in OCaml...


ocamlgadt

Read More
GHC complains about non-exhaustive patterns that are enforced by the type checker...


haskellvectorghcgadtnon-exhaustive-patterns

Read More
Converting GADT to phantom types...


ocamladtgadt

Read More
Can I coerce an existentially quantified argument in a type constructor?...


haskelltypesgadtexistential-type

Read More
Existentially quantified type parameter, recursive function and type error...


typesocamlgadtexistential-type

Read More
How do I restrict the types in a heterogenous list?...


haskelldslgadt

Read More
What does GADT offer that cannot be done with OOP and generics?...


haskellgenericsocamlgadttype-theory

Read More
BackNext