Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gadt

Pattern Matching on GADTs

haskell typeclass gadt

Type Juggling with Existentials at Runtime

How to use GADTs across modules in OCaml without raising warnings?

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

Polymorphic result type GADT function

haskell types gadt

Parsing and the use of GADTs

haskell gadt attoparsec

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

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

haskell gadt

Functions to Polymorphic data types

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

Return GADT from function

haskell dependent-type gadt

Is this use of GADTs fully equivalent to existential types?

Can I statically reject different instantiations of an existential type?

Implicit Arguments and Type Families

haskell types singleton gadt

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

Eliminating subst to prove equality

gadt agda

Congruence for heterogenous equality

equality proof gadt agda

OCaml's GADT and many type variables

types ocaml gadt