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