Closed t-wissmann closed 8 months ago
The new type of @Poset
is:
@Poset
: ∀ (C : Type) (R : relation C), PreOrder R → Antisymmetric C eq R → Category
With this PR I'd like to fix the issues in the current definition. Still, since antisymmetry isn't used at all in the definition of Poset
, I wonder what the benefit of the definition is, anway.
Thanks!
Fix a couple of problems in the definition of Poset Category, amounting to the following changes: