9 lines
130 B
Text
9 lines
130 B
Text
|
import data.prod data.num logic.core.quantifiers
|
||
|
open prod
|
||
|
|
||
|
check (true, false, 10)
|
||
|
|
||
|
-- definition a f := f
|
||
|
|
||
|
check fun x, x ∧ x
|