Skip to content

Proving properties of various data structures with LiquidHaskell (Port of Appel's VFA)

License

Notifications You must be signed in to change notification settings

ucsd-progsys/proofs-of-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proofs of Data

Verified functional data structures with LiquidHaskell.

Inspired by Andrew Appel's Verified Functional Algorithms.

Chapter dependencies

- Perm  -> Sort  -> Selection  -> SearchTree -> Redblack
  |        |                      |
  `->Trie  `-> Multiset           `-> ADT -> Priqueue -> Binom

Issues

  • RedBlack hammers PLE-SLOW

Progress

  • Perm
  • Sort
  • Multiset
  • Selection
  • TotalMaps
  • SearchTree
  • Trie
  • [-] ADT
  • Priqueue
  • Binom <--------------------------- HEREHEREHEREHEREHEREHERE
  • RedBlack

About

Proving properties of various data structures with LiquidHaskell (Port of Appel's VFA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published