Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

The pattern with functions like `bool`, `either`, etc

Simple lambda calculus DSL using GADTs in OCaml

ocaml dsl lambda-calculus gadt

Static Guarantee on Key/Value Relationships in Data.Map

How to make catamorphisms work with parameterized/indexed types?

does this GADT actually have type role representational

haskell gadt

Type-safe Flow (State Machine)

haskell gadt

Can I make haskell GADT data constructor infix in derived Show?

How do you formulate n-ary product and sum types in this typed lambda calculus universe?

Write GADT record with constrained type