eu.timepit.refined.api
Evidence that states if the conclusion C can be inferred from the premise P or not.
C
P
This type class is used to implement refinement subtyping. If a valid Inference[P, C] exists, the type F[T, P] is considered a subtype of F[T, C].
Inference[P, C]
F[T, P]
F[T, C]
Evidence that states if the conclusion
C
can be inferred from the premiseP
or not.This type class is used to implement refinement subtyping. If a valid
Inference[P, C]
exists, the typeF[T, P]
is considered a subtype ofF[T, C]
.