Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 251 Bytes

README.markdown

File metadata and controls

10 lines (5 loc) · 251 Bytes

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.