7 lines
107 B
Text
7 lines
107 B
Text
|
import logic data.num
|
||
|
open num
|
||
|
constant f : num → num
|
||
|
notation `o`:1 := 10
|
||
|
check o + 1
|
||
|
check f o + o + o
|