This PR fixes a problem for structures with diamond inheritance: rather than copying doc-strings (which are not available unless `.server.olean` is loaded), we link to them. Adds tests.
7 lines
131 B
Text
7 lines
131 B
Text
module
|
|
|
|
public import StructureDocstrings.A
|
|
|
|
public section
|
|
|
|
class GroupWithZero (G : Type) extends Monoid G, DivInvMonoid G where
|