Skip to content

Instantly share code, notes, and snippets.

@qingwei91
Created March 14, 2019 20:38
Show Gist options
  • Select an option

  • Save qingwei91/c0e05e787676f795efa89c564aa7b788 to your computer and use it in GitHub Desktop.

Select an option

Save qingwei91/c0e05e787676f795efa89c564aa7b788 to your computer and use it in GitHub Desktop.
case class HFix[F[_[_], _], A](unfix: F[HFix[F, ?], A])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment