examples icon indicating copy to clipboard operation
examples copied to clipboard

Example usage of scalaz and uncommon Scala features.

Results 2 examples issues
Sort by recently updated
recently updated
newest added

https://github.com/tpolecat/examples/blob/ab444af9101b9049d6bd7ebf13ae583bc77ac60a/src/main/scala/eg/FreeSTM.scala#L10 Hello, I'm curious if this is actually a real STM. I see atomic evaluation, but I don't see conflicts resolving. Not sure if the behavior of real STM holds...