Search code examples
Real world use of GADT...


haskellgadt

Read More
How can I implement fromJSON on a GADT with custom type class constraints?...


haskelltypeclassaesongadt

Read More
How to implement sum types in dynamically typed languages without pattern matching...


javascripthaskellfunctional-programmingpattern-matchinggadt

Read More
Access GADT contstraint from evaluation level...


haskelldependent-typegadt

Read More
Overlapping instances via Nat-kind...


haskellmathgadtdata-kindsoverlapping-instances

Read More
OCaml GADTs - pattern matching matches wrong type of argument...


pattern-matchingocamlgadt

Read More
How to represent a variable-typed constructor list with GADTs?...


haskellgadt

Read More
Unpack Existentials in Existential Type...


haskelltypesgadtexistential-type

Read More
Using GADTs with higher order functions...


typesocamlhigher-order-functionsgadtlocally-abstract-type

Read More
parametric GADT from the outside...


ocamlgadtlocally-abstract-type

Read More
ocaml GADT : why "type a." needed?...


ocamlgadtlocally-abstract-type

Read More
OCaml's `type a. a t` syntax...


syntaxocamlgadtlocally-abstract-type

Read More
Locally abstract types and default values for optional arguments...


ocamlgadtlocally-abstract-type

Read More
Proving a type inequality to GHC...


haskelldependent-typegadttype-familiessingleton-type

Read More
Servant-like implementation with GADTs...


haskellgadtservant

Read More
Rewriting GADT code in terms of standard Haskell?...


haskellgadt

Read More
How do GADT data constructor arguments work in Idris?...


implicitidrisgadt

Read More
How can I desugar my GADTs?...


haskellsyntactic-sugargadt

Read More
How to implement prism for GADT?...


haskellhaskell-lensgadt

Read More
How does GHC infer the intended type for this GADT?...


haskelltypesghctype-inferencegadt

Read More
Modeling a domain as a GADT type and providing do-sugar for it...


haskellgadt

Read More
Can someone explain the type syntax used in this OCaml program?...


polymorphismocamlvariantgadt

Read More
OCaml polymorphic recursion errors...


ocamlgadtbucklescript

Read More
Is it possible to ensure that two GADT type variables are the same without dependent types?...


haskelldependent-typegadt

Read More
OCaml's GADT as parameter for level of execution...


ocamlgadt

Read More
Union in GADT type variable...


haskellgadt

Read More
Existential types for inline record constructors with constraints...


polymorphismocamltype-systemsgadtexistential-type

Read More
Heterogeneous list of GADT in ocaml...


ocamlgadtheterogeneous

Read More
list of heterogeneous GADTs...


haskellgadt

Read More
defining type class instance on GADT...


haskelltypeclassgadt

Read More
BackNext