lean4-htt/tests/lean/PPInstances.lean.expected.out
Leonardo de Moura 2b2f315fb9 chore: fix tests
2022-05-31 18:01:48 -07:00

6 lines
394 B
Text

PPInstances.lean:25:9-25:22: 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