import qualified Data.Set as S data Game = Game (S.Set Game) (S.Set Game)
https://gitlab.imn.htwk-leipzig.de/autotool/all0/-/tree/master/collection/src/Game/CGT
Vorteil: offensichtlich korrekt,
Nachteil: kein explizites sharing, ⇒ keine dyn. Progr.
aber wo sind die Quelltexte?