@hackage MiniAgda0.2019.12.13

A toy dependently typed programming language with type-based termination.

MiniAgda Build Status

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.