Skip to content

Instantly share code, notes, and snippets.

@paulp
Created March 2, 2017 00:48
Show Gist options
  • Save paulp/de91a5eec027c128f6b28dfe5f563e78 to your computer and use it in GitHub Desktop.
Save paulp/de91a5eec027c128f6b28dfe5f563e78 to your computer and use it in GitHub Desktop.
recursion wart
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:48: [wartremover:Recursion] Unmarked recursion
[error] F(freeEqual[F].apply(eq)).equal(f1, f2)
[error] ^
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:58: [wartremover:Recursion] Unmarked recursion
[error] Show.show(_.resume.fold(F(freeShow[F].apply(s)).show(_), s.show(_)))
[error] ^
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:48: [wartremover:Recursion] Unmarked recursion
[error] F(freeEqual[F].apply(eq)).equal(f1, f2)
[error] ^
[error] /s/slamdata/matryoshka/core/shared/src/main/scala/matryoshka/data/free.scala:58: [wartremover:Recursion] Unmarked recursion
[error] Show.show(_.resume.fold(F(freeShow[F].apply(s)).show(_), s.show(_)))
[error] ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment