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