File tree Expand file tree Collapse file tree
MathlibTest/DifferentialGeometry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,22 +367,21 @@ Hint: failures to find a model with corners can be debugged with the command `se
367367-- TODO: the error message could be more helpful.
368368variable {E'''' : Type *} [NormedAddCommGroup E''''] [NormedSpace ℝ E''''] (σ : ℝ →+* ℝ) [RingHomIsometric σ]
369369
370- -- FIXME: the error message is non-deterministic because of different universe levels,
371- -- normalise this somehow and re-enable this test!
372370variable {f : M → E'' →SL[σ] E''''} in
373- /-
371+ /--
374372error: Application type mismatch: The argument
375373 𝓘(ℝ, E'' →SL[ σ ] E'''')
376374has type
377375 ModelWithCorners.{0, max u_11 u_13, max u_11 u_13} ℝ (E'' →SL[ σ ] E'''') (E'' →SL[ σ ] E'''')
378376but is expected to have type
379- ModelWithCorners.{u_1, ?u.235761, ?u.235762 } 𝕜 ?E' ?H'
377+ ModelWithCorners.{u_1, _, _ } 𝕜 ?E' ?H'
380378in the application
381379 @ContMDiff 𝕜 inst✝³⁰ E inst✝²⁹ inst✝²⁸ H inst✝²⁷ I ?M ?inst✝ ?inst✝¹ ?E' ?inst✝² ?inst✝³ ?H' ?inst✝⁴
382380 𝓘(ℝ, E'' →SL[ σ ] E'''')
383381-/
384- --#guard_msgs in
385- --#check CMDiff 2 f
382+ #guard_msgs in
383+ set_option pp.mvars.anonymous false in
384+ #check CMDiff 2 f
386385
387386end
388387
You can’t perform that action at this time.
0 commit comments