Skip to content

Instantly share code, notes, and snippets.

@istarkov
Created September 3, 2017 18:43
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 istarkov/701b178d018c5ce4d4cad5973b2c13ed to your computer and use it in GitHub Desktop.
Save istarkov/701b178d018c5ce4d4cad5973b2c13ed to your computer and use it in GitHub Desktop.
// Extract type from any enhancer
type HOCBase_<A, B, C: HOC<A, B>> = A
type HOCBase<C> = HOCBase_<*, *, C>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment