Skip to content

Instantly share code, notes, and snippets.

@stew
Created May 11, 2014 05:48
Show Gist options
  • Save stew/a4705cecf13e598cc197 to your computer and use it in GitHub Desktop.
Save stew/a4705cecf13e598cc197 to your computer and use it in GitHub Desktop.
java.lang.StackOverflowError
at scalaz.syntax.ShowOps.<init>(ShowSyntax.scala:5)
at scalaz.syntax.ToShowOps$class.ToShowOps(ShowSyntax.scala:16)
at scalaz.Scalaz$.ToShowOps(Scalaz.scala:3)
at scalaz.example.CABRunLengthEncoder$.writeOutput(ReaderWriterStateTUsage.scala:143)
at scalaz.example.CABRunLengthEncoder$$anonfun$emit$1$$anonfun$apply$7$$anonfun$4.apply(ReaderWriterStateTUsage.scala:154)
at scalaz.example.CABRunLengthEncoder$$anonfun$emit$1$$anonfun$apply$7$$anonfun$4.apply(ReaderWriterStateTUsage.scala:154)
at scalaz.std.OptionFunctions$class.cata(Option.scala:179)
at scalaz.std.option$.cata(Option.scala:231)
at scalaz.syntax.std.OptionOps.cata(OptionOps.scala:9)
at scalaz.example.CABRunLengthEncoder$$anonfun$emit$1$$anonfun$apply$7.apply(ReaderWriterStateTUsage.scala:153)
at scalaz.example.CABRunLengthEncoder$$anonfun$emit$1$$anonfun$apply$7.apply(ReaderWriterStateTUsage.scala:152)
at scalaz.IndexedReaderWriterStateT$$anon$5$$anonfun$run$2.apply(ReaderWriterStateT.scala:24)
at scalaz.IndexedReaderWriterStateT$$anon$5$$anonfun$run$2.apply(ReaderWriterStateT.scala:22)
at scalaz.IdInstances$$anon$1.bind(Id.scala:20)
at scalaz.IndexedReaderWriterStateT$$anon$5.run(ReaderWriterStateT.scala:22)
at scalaz.IndexedReaderWriterStateT$$anon$5$$anonfun$run$2.apply(ReaderWriterStateT.scala:24)
at scalaz.IndexedReaderWriterStateT$$anon$5$$anonfun$run$2.apply(ReaderWriterStateT.scala:22)
at scalaz.IdInstances$$anon$1.bind(Id.scala:20)
at scalaz.IndexedReaderWriterStateT$$anon$5.run(ReaderWriterStateT.scala:22)
at scalaz.IndexedReaderWriterStateT$$anon$4.run(ReaderWriterStateT.scala:15)
at scalaz.IndexedReaderWriterStateT$$anon$5$$anonfun$run$2.apply(ReaderWriterStateT.scala:24)
at scalaz.IndexedReaderWriterStateT$$anon$5$$anonfun$run$2.apply(ReaderWriterStateT.scala:22)
at scalaz.IdInstances$$anon$1.bind(Id.scala:20)
at scalaz.IndexedReaderWriterStateT$$anon$5.run(ReaderWriterStateT.scala:22)
at scalaz.IndexedReaderWriterStateT$$anon$5.run(ReaderWriterStateT.scala:22)
at scalaz.IndexedReaderWriterStateT$$anon$4.run(ReaderWriterStateT.scala:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment