Skip to content
1 change: 1 addition & 0 deletions src/finlattice.v
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ End ClassDef.
Module Exports.
Coercion base : class_of >-> Order.POrder.class_of.
Coercion mixin : class_of >-> mixin_of.
Coercion class : type >-> class_of.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually class is not a coercion.

Coercion sort : type >-> Sortclass.
Coercion eqType : type >-> Equality.type.
Coercion choiceType : type >-> Choice.type.
Expand Down