-
Notifications
You must be signed in to change notification settings - Fork 32
Make OFE.hom an explicit subtype #197
Copy link
Copy link
Open
Labels
ImprovementNot a bug, but something can still be improvedNot a bug, but something can still be improved
Description
OFE.hom is a subtype. #177 (merging soon) adds nonexpansive coercions to and from the subtype to the CMRA on OFE.hom, indicating that these constructions may be redundant.
def Hom.toSubtype [OFE α] [OFE β] (f : α -n> β) : { f : α → β // NonExpansive f }
def Hom.ofSubtype [OFE α] [OFE β] (f : { f : α → β // NonExpansive f }) : α -n> β
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ImprovementNot a bug, but something can still be improvedNot a bug, but something can still be improved