5 lines
60 B
Text
5 lines
60 B
Text
|
import logic
|
||
|
|
||
|
definition foo (a : Type) :=
|
||
|
calc a = a : rfl
|