lkuper / CSE232-2021-09Links
A graduate course on distributed systems
☆17Updated 3 years ago
Alternatives and similar repositories for CSE232-2021-09
Users that are interested in CSE232-2021-09 are comparing it to the libraries listed below
Sorting:
- Haskell on-disk B* tree implementation☆116Updated 3 years ago
- Types and Programming Languages☆37Updated 11 years ago
- Repository with code snippets that accompany episodes of The Haskell Unfolder☆106Updated last month
- A beginner's guide to Haskell optimization☆65Updated 7 years ago
- The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs☆218Updated 3 years ago
- A tutorial about how to apply property-based testing to stateful systems.☆79Updated 2 years ago
- The category theory by example book☆59Updated 2 years ago
- Embedded specification language & model checker in Haskell☆174Updated 4 months ago
- The Software Foundations book, in GHC☆83Updated 8 months ago
- being the lecture materials and exercises for the 2017/18 session of CS410 Advanced Functional Programming at the University of Strathcly…☆264Updated 7 years ago
- Challenges from Category Theory for Programmers☆127Updated 10 months ago
- Big article about Hierarchical Free Monads, the most developed approach to build real software in Haskell☆156Updated 4 years ago
- Strongly-typed System F in Haskell☆118Updated 2 years ago
- Write my own database from scratch☆18Updated 3 years ago
- Collection of errata for book Aarne Ranta, Implementing Programming Languages☆12Updated 5 months ago
- Verifying concurrent crash-safe systems☆200Updated last week
- The Haskell Thrift Compiler. This is an implementation of the Thrift spec that generates code in Haskell. It depends on the fbthrift proj…☆156Updated this week
- A continuation of Stephen Diehl's Write You a Haskell☆161Updated 4 years ago
- A distributed data processing framework in Haskell.☆116Updated 5 years ago
- Examples of Dependently-typed programs in Haskell☆307Updated 2 years ago
- SPLV20 course notes☆112Updated 2 years ago
- A collection of different packages for CAS based data structures.☆110Updated last year
- being the teaching materials and exercises for CS410 Advanced Functional Programming at the University of Strathclyde, 2022/23 session☆17Updated 2 years ago
- An implementation of the Raft distributed consensus protocol, verified in Coq using the Verdi framework☆189Updated last year
- The 2019/2020 edition of Strathclyde's CS316 Functional Programming course☆41Updated 5 years ago
- Modern Compiler Implementation in ML, in Haskell