btree-gadt icon indicating copy to clipboard operation
btree-gadt copied to clipboard

Code from a talk given at YOW! Lambda Jam 2013

B-Trees with GADTs

A simple B-Tree implementation in Haskell, with insertion and deletion, using a GADT to enforce the structural envariant.

This is the code behind my screencast.