Created
February 14, 2018 21:39
-
-
Save vvviiimmm/18265c7bdc24ca0e645354af0a79d8d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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