Skip to content

Instantly share code, notes, and snippets.

@vvviiimmm
Created February 14, 2018 21:39
Show Gist options
  • Save vvviiimmm/18265c7bdc24ca0e645354af0a79d8d6 to your computer and use it in GitHub Desktop.
Save vvviiimmm/18265c7bdc24ca0e645354af0a79d8d6 to your computer and use it in GitHub Desktop.
// just in case
final case class Fix[F[_]](unFix: F[Fix[F]])
// vvvvvvvvvvvvvvvv
val initialAlgebra: Algebra[ExpressionF, Fix[ExpressionF]] = ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment