export-hook icon indicating copy to clipboard operation
export-hook copied to clipboard

Minimal infrastructure for type class providers to support the inclusion of derived, subclass and other orphan instances in their implicit scope.

Results 1 export-hook issues
Sort by recently updated
recently updated
newest added

Trying to use `@imports` on types that have more than one type parameter fails to compile. For example, see the following code: ``` scala import aliases._ import export.imports object aliases...