Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

NthPortal
Copy link
Contributor

Add implicit Attribute.From instances for integer primitives to be used in Attribute[Long]s and for Seqs of integer primitives to be used in Attribute[Seq[Long]]s.

Add implicit derivation of Attribute.From[Seq[V], Seq[K]] given an implicit Attribute.From[V, K].

Make input type of Attribute.From contravariant.

@NthPortal NthPortal added the module:core Features and improvements to core module label Feb 25, 2025
@NthPortal NthPortal requested a review from iRevive February 25, 2025 14:41
Add implicit `Attribute.From` instances for integer primitives to
be used in `Attribute[Long]`s and for `Seq`s of integer primitives
to be used in `Attribute[Seq[Long]]`s.

Add implicit derivation of `Attribute.From[Seq[V], Seq[K]]` given
an implicit `Attribute.From[V, K]`.

Make input type of `Attribute.From` contravariant.
@NthPortal NthPortal force-pushed the Attribute-From-numeric branch from 8adc92f to d130106 Compare February 25, 2025 14:52
@NthPortal NthPortal merged commit 2fd5831 into typelevel:main Feb 26, 2025
11 checks passed
@NthPortal NthPortal deleted the Attribute-From-numeric branch February 26, 2025 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module:core Features and improvements to core module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants