Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gadt

how to parse strings to syntax tree using GADTs

haskell gadt

Weaken GADTs type constraints to deal with unpredictable data

haskell io gadt

Scala Type-Inference For Type Constructor

differences: GADT, data family, data family that is a GADT

haskell gadt

Understanding when to uses type classes or GADT's?

haskell typeclass gadt

TypeFamilies or GADTs suddenly breaks the valid code

GADT vs Existentially quantified types (*forall*)

What's the closest thing to Haskell GADTs and typeclasses in F#?

f# typeclass gadt

Typeably casting GADTs

Haskell type family applications are not evaluated

How to resolve ambiguity in my GADTs

haskell types dsl gadt

Modular Arithmetic using Haskell Type-Families or GADTs?

How do I code this dependently-typed example in Haskell?

haskell gadt dependent-type

Converting an untyped AST for a simple typed language into a GADT

haskell gadt

Performance implications of using GADTs

performance haskell gadt

Proving a type inequality to GHC

Clarification on Existential Types in Haskell

Transform a GADT without constraints to another GADT with constraints when such constraints hold

haskell dsl gadt

Haskell: Heterogeneous list for data with phantom variable