5 lines
92 B
Text
5 lines
92 B
Text
import data.nat
|
|
using nat
|
|
|
|
definition tst1 : Prop := zero = 0
|
|
definition tst2 : nat := 0
|