chore(tests/lean/interactive/sec_info_bug): remove 'context' command from test
This commit is contained in:
parent
fe9f4dd95f
commit
8e9997e253
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ SYNC 10
|
||||||
import logic
|
import logic
|
||||||
constant category : Type -> Type
|
constant category : Type -> Type
|
||||||
namespace category
|
namespace category
|
||||||
context
|
section
|
||||||
parameters {ob : Type} {C : category ob}
|
parameters {ob : Type} {C : category ob}
|
||||||
variables {a b c d : ob}
|
variables {a b c d : ob}
|
||||||
definition hom : ob → ob → Type := let aux := C in sorry
|
definition hom : ob → ob → Type := let aux := C in sorry
|
||||||
|
|
Loading…
Reference in a new issue