rrnewton / haskell-lockfree

A collection of different packages for CAS based data structures.
106 stars 25 forks source link

Recursion in haddocks of `atomic-primops` #68

Closed qrilka closed 6 years ago

qrilka commented 6 years ago

In haddocks for atomicModifyIORefCAS I see

A drop-in replacement for `atomicModifyIORefCAS` that...

How is it possible? I there some fixpoint operator for haddocks? :)

RyanGlScott commented 6 years ago

Good catch, thanks. Fixed in https://github.com/rrnewton/haskell-lockfree/commit/b13b97ec1176a4a9e6db0b871c220abcb054db41.