permutation-0.2.1: A library for representing and applying permutations.

Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>

Data.Permute.IO

Contents

Description

Mutable permutations in the IO monad.

Synopsis

Permutations

data IOPermute Source

A mutable permutation that can be manipulated in the IO monad. The type argument s is the state variable argument for the IO type.

Instances

Overloaded mutable permutation interface