lean4-htt/tests/lean/PPInstances.lean.expected.out
2021-08-12 09:33:30 +02:00

6 lines
395 B
Text

PPInstances.lean:25:68-25:73: warning: declaration uses 'sorry'
@Module R E _ _ : Type
@Module R E (_ : Semiring R) (_ : AddCommMonoid E) : Type
@Module R E (@Ring.toSemiring R R.Ring) (@SemiNormedGroup.toAddCommMonoid E instSNG) : Type
@Module R E (@Ring.toSemiring R (R.Ring : Ring R) : Semiring R)
(@SemiNormedGroup.toAddCommMonoid E (instSNG : SemiNormedGroup E) : AddCommMonoid E) : Type