Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gadt

I can't get my GADT-based toy Dynamic type to work with parametric types

haskell gadt curry-howard

Can GADTs (or existentials) without constraints be compiled as tight as untyped ordinary ADTs?

Equality of De Bruijn-indexed variables in a GADT

haskell dsl gadt

Haskell: GADT with UNPACK Pragma

haskell ghc pragma unpack gadt

Building values dynamically with GADTs using Data Kinds

Hiding a State monad's s type parameter

How to make fixed-length vectors instance of Applicative?

Unwrapping an existentially quantified GADT

Strange type inference behaviour with GADT type (for fixed length vectors)

haskell ghc typeclass gadt

rigid type variable trouble/suspect Impredicativity

Can't deduce f = f₁ from f x = f₁ y?

Why does a wildcard match work when enumerating all cases doesn't?

Safest way to generate random GADT with Hedgehog (or any other property-based testing framework)

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

Using record update syntax with constrained GADT records

haskell record typeclass gadt

Failable match on a seemingly irrefutable GADT pattern

haskell monads gadt

How to 'show' unshowable types?

Converting GADT to phantom types

ocaml adt gadt

type level integers in ocaml

types ocaml gadt