Skip to content

Instantly share code, notes, and snippets.

@tomaszperek
Created October 12, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaszperek/771cd4bd53af4dd5cd9b to your computer and use it in GitHub Desktop.
Save tomaszperek/771cd4bd53af4dd5cd9b to your computer and use it in GitHub Desktop.
& for combinig Direcives
def &[Y <: HList](that: Directive[Y])(implicit prepend: Prepend[X, Y]): Directive[prepend.Out] = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment