Skip to content

Instantly share code, notes, and snippets.

@yurique
Last active January 1, 2021 01:23
Show Gist options
  • Save yurique/d91802e5758e5b85b4c49bc024c23abf to your computer and use it in GitHub Desktop.
Save yurique/d91802e5758e5b85b4c49bc024c23abf to your computer and use it in GitHub Desktop.
generated source code from https://github.com/tulz-app/tuplez
package app.tulz.tuplez
abstract class ApplyConverter[L, O] {
type In
def apply(f: In): L => O
}
trait ApplyConverters[O] extends ApplyConverterInstances[O]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment