2014-09-09 18:02:01 +00:00
|
|
|
import logic
|
2015-11-21 01:03:17 +00:00
|
|
|
-- definition id {A : Type} (a : A) := a
|
2014-09-09 18:02:01 +00:00
|
|
|
|
2015-04-22 02:33:21 +00:00
|
|
|
section
|
2014-09-09 18:02:01 +00:00
|
|
|
set_option pp.implicit true
|
|
|
|
check id true
|
|
|
|
end
|
|
|
|
|
|
|
|
check id true
|