Skip to content
 
 

Repository files navigation

Build Status Dakka: thesis Dakka: presentation

Dakka

A dependently typed actor framework for haskell.

Build

nix build

Build thesis

nix build -f thesis

To include the current date and hashes for the current HEAD of master run:

nix build -f thesis \
  --arg date "$(date +\"%Y-%m-%d\")" \
  --argstr commit "$(curl https://api.github.com/repos/chisui/dakka/git/refs/heads/master)" \
  --argstr sha256 "$(nix-prefetch-url --unpack https://github.com/chisui/dakka/archive/master.tar.gz)"

Check out a build pdf version of the current master version here.

Build presentation

nix build -f presentation

Checkout a build version of the current master version here.

About

A dependently typed actor framework for haskell.

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages