12 lines
118 B
Text
12 lines
118 B
Text
|
import data.num
|
||
|
|
||
|
notation `((` := 1
|
||
|
|
||
|
precedence `(` : 30
|
||
|
|
||
|
notation `))` := 1
|
||
|
|
||
|
notation `,,` := 1
|
||
|
|
||
|
precedence `,` : 10
|