• Stars
    star
    293
  • Rank 137,273 (Top 3 %)
  • Language
    Haskell
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples of Dependently-typed programs in Haskell
  • vector-bingo: Simple introduction (PLMW 2018)

    • Using length-indexed lists to implement a bingo game
  • regexp: Example code from "Dependent Types in Haskell"

    • Dependently-Typed Regular Expression Submatching
  • depending-on-types: Example code from "Depending on Types"

    • Red/Black trees that statically preserve their invariants
  • examples: Other examples of dependently-typed GHC

  • talks: Slides from presentations

    • "Dependending on Types", ICFP 2014, CodeMesh 2015, Typelevel Summit 2016
    • "The Influence of Dependent Types", POPL 2017
    • "Dependently-Typed Haskell", StrangeLoop 2017
    • "Dependent Types in Haskell", McMaster 2017, UW 2017, and Comcast FP 2018

See also: Strongly-typed System F in a separate repo.