Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gadt

How to differentiate GADT constructors with different phantom types?

haskell gadt

Defining your own Typeable instances for GADTs

OCaml - GADT - Boolean expression

ocaml gadt

Is GADT extension destroying polymorphism?

haskell polymorphism gadt

GADT for polymorphic list

haskell gadt

Tagging a string with corresponding symbol

haskell types gadt

Tail function for "safe list" using GADTs

haskell gadt

GADTs: Difference between 'Algebraic' and 'Abstract'?

Haskell: How to test that code isn't compiling?

haskell typechecking gadt

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

haskell syntax gadt

Using GADTs with DataKinds for type level data constructor constraints in functions

How to derive Eq for a GADT with a non-* kinded phantom type parameter

Constructors with variable number of arguments

haskell gadt type-families

Coercible and existential

Why won't GHC reduce my type family?

How can I derive typeclass instances from constraint families that are in scope?

How can I derive a Data instance for a GADT in Haskell?

haskell gadt deriving

OCaml's `type a. a t` syntax