Skip to content

Instantly share code, notes, and snippets.

@djspiewak
Created August 6, 2016 20:16
Show Gist options
  • Save djspiewak/5ea9067dbc0c3036f7e9fba90f7824e6 to your computer and use it in GitHub Desktop.
Save djspiewak/5ea9067dbc0c3036f7e9fba90f7824e6 to your computer and use it in GitHub Desktop.
abstract class ExtFn(m: AnyRef) {
type Out[A]
def apply: Out[m.type]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment