bc65aeb5e1
This is not an issue for calc expressions containing multiple steps, since the transitivity step will "force" the expected type for the proofs.
4 lines
60 B
Text
4 lines
60 B
Text
import logic
|
|
|
|
definition foo (a : Type) :=
|
|
calc a = a : rfl
|