Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jroesch/dependent-tychk

Experiments in dependent typing
https://github.com/jroesch/dependent-tychk

Last synced: 24 days ago
JSON representation

Experiments in dependent typing

Awesome Lists containing this project

README

        

# HUBRIS

A simple dependently typed lambda calculus. The goal of this is to show
a very simple tutorial implementation with as many of the complexities
abstracted away as possible.

## Building
This project requires `ghc` and `cabal`.

To install dependencies run `cabal install --only-dependencies`.
To get a working Hubris repl, run `cabal run`.

## Write Up
There is an associated write up that can be found at
`write-up/dt-simple.md`