Commit 2024-09-05 13:49 66787e8f
View on Github →feat(ModelTheory/Order): From order to structure and back (#16373)
Makes FirstOrder.Language.orderStructure
a def
instead of an instance
Provides def
s to turn L.Structure
s in ordered languages modelling the relevant theories into LE
, Preorder
, PartialOrder
, and LinearOrder
.