Skip to content

forestbelton/anima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anima status

A simple dependently-typed programming language

glossary

The syntax uses parentheses in a way similar to a Lisp.

Name Description
0, 1, ... De Bruijn indices
Unit The inhabitant of the unit type
TUnit The type of the unit type
True, False Values of type Bool
Z, (S Z), ... Values of type Nat
Type The type of types (aka TType). Yes, this needs universes
lam t e A function that accepts an input of type t, and evaluates to the expression e
pi t e The type of a dependent function

example

example

todo

  • identity types
  • support for strictly positive family definitions
  • named variables instead of their de bruijn indices
  • type universe hierarchy
  • dependent sums

About

A simple dependently-typed programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages