Are there any large open source Haskell projects using STM? I know of cardano-node but very few others using it as the core abstraction. #haskell
1
1
3
0
0
@lambda_foo I wouldn't say they're a _core_ piece of our design, but we definitely use them in UCM for @unisonweb ; I use them a lot for co-ordinating work in the LSP. It's nothing complicated, but I think that's the point: STM allows you to simplify things a lot!