lean2/tests/lean/interactive/sec_info_bug.input
2014-10-11 17:13:56 -07:00

14 lines
No EOL
285 B
Text

VISIT cat.lean
SYNC 10
import logic
constant category : Type -> Type
namespace category
context
parameters {ob : Type} {C : category ob}
variables {a b c d : ob}
definition hom : ob → ob → Type := let aux := C in sorry
definition foo := hom
end
end category
WAIT
INFO 8