Commit db23cc2
committed
stdlib: register Stdlib.EmbeddedCurveOps.Bn254 in the library root
The module was never imported by `Stdlib.Stdlib`, so CI never elaborated
it. Registering it surfaced one bitrot fix: Mathlib's
`WeierstrassCurve.Affine.Point.some` now takes `x y` explicitly.1 parent 5c3374e commit db23cc2
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments