Skip to content

Remove orphan instance from Botan.RNG #56

@jorisdral

Description

@jorisdral

The Botan.RNG module from the botan package contains an orphan instance of the form:

instance (MonadIO m) => StatefulGen RNG m where

Ideally we would replace this orphan instance by some non-orphan instances that we need, or we make it so that we can access such instances without orphans, using for example deriving via or a custom class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions