How to parse specific syntax elements and discard the rest?
Haskell Community [Unofficial]
May 11, 2026
leana8959:
> What is Syb?
syb is generic library that allows to traverse structures with Data instances ie function is applied to any Data field and the value can downcasted safely, though I just realized that types returned by the nix parser hardly could have Data instances.
Discussion in the ATmosphere