Closed andrejbauer closed 4 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
abstracted_judgement_with_boundary: judgement_abstraction -> (judgement * boundary) abstraction
When a term judgement is computed and printed out, it does not show the type of the term, e.g.:
This should probably be