Skip to content

Missing instance SplitGen g => SplitGen (StateGen g) #182

@treblacy

Description

@treblacy

Version 1.3.0 is missing an instance SplitGen g => SplitGen (StateGen g).

It could be easily fixed in the source code by visiting newtype StateGen g = ... deriving (..., RandomGen, ... and adding SplitGen, much like how it's done in IOGen, STGen, etc.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions