12 lines
147 B
Text
12 lines
147 B
Text
|
VISIT overload_coercions.lean
|
||
|
SYNC 6
|
||
|
open nat num
|
||
|
variable a : nat
|
||
|
variable b : num
|
||
|
variable c : bool
|
||
|
check a + b
|
||
|
check add a c
|
||
|
WAIT
|
||
|
INFO 5
|
||
|
INFO 6
|