Andromedans / andromeda

A proof assistant for general type theories
http://www.andromeda-prover.org/
Other
297 stars 34 forks source link

Print type of a term judgement #476

Closed andrejbauer closed 4 years ago

andrejbauer commented 5 years ago

When a term judgement is computed and printed out, it does not show the type of the term, e.g.:

# {x : A} x
- : judgement = ⊢ {x : A} x

This should probably be

# {x : A} x
- : judgement = ⊢ {x : A} x : A
anjapetkovic commented 5 years ago