MiniAgda-0.2019.12.13: README.md
# MiniAgda [](https://travis-ci.org/andreasabel/miniagda)
A prototypical dependently typed languages with sized types and variances.
## Installation
Requires GHC and cabal, for instance via the Haskell Platform.
In a shell, type
```
cabal update
cabal install alex
cabal install happy
cabal install MiniAgda
```
## Examples
See directories ``test/succeed/`` and ``examples/``.
Some examples are commented on the (dormant) [MiniAgda blog](http://www.cse.chalmers.se/~abela/miniagda/index.html).