Skip to content

update changelog and documentation #1812

@affeldt-aist

Description

@affeldt-aist

with the following structures added to order_topology.v by PR #1810

HB.structure Definition POrderedNbhs d :=
  { T of Nbhs T & Order.isPOrder d T }.

HB.structure Definition POrderedTopological d :=
  { T of Topological T & Order.isPOrder d T }.

HB.structure Definition POrderedUniform d :=
  {T of Uniform T & Order.isPOrder d T}.

HB.structure Definition POrderedPseudoMetric d (R : numDomainType) :=
  {T of PseudoMetric R T & Order.isPOrder d T}.

HB.structure Definition POrderedPointedTopological d :=
  {T of PointedTopological T & Order.isPOrder d T}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentation 📝This issue/PR is about documentation of the library / repository

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions