-
Notifications
You must be signed in to change notification settings - Fork 0
Introduce covariant types ino fa-db #17
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededunder discussionRequires consideration before a decision is made whether/how to implementRequires consideration before a decision is made whether/how to implement
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededunder discussionRequires consideration before a decision is made whether/how to implementRequires consideration before a decision is made whether/how to implement
Type
Projects
Status
📋 Backlog
Background
Many core fa-db classes are type parametrized, using invariant types.
Feature
It might be needed for better flexibility to introduce covariants, for example in
DBExecutor[E]