This project implements a very primitive dependently typed functional programming language. Examples of syntax are described below. The online interpreter will compute any expression, although typically it makes sense to give it a block - and it will expose names in the outermost block to the "Evaluate in Context" feature.

Expressions

An expression consists of

Statements

A statement is a line, ended with semicolon, of the one of the following forms: