Closed anjapetkovic closed 4 years ago
When printing the derivations we can now see the type of the conclusion as well (relevant only if the conclusion is a term judgement). For example
# rule A type;; Rule A is postulated. # rule a : A ;; Rule a is postulated. # derive -> a ;; - :> derivation = derive → a : A
When printing the derivations we can now see the type of the conclusion as well (relevant only if the conclusion is a term judgement). For example