Skip to content

vmchale/permutations

Repository files navigation

permutations

This is a library providing a type-safe implementation of permutations.

Installation

 $ idris --install permutations.ipkg

Use

Tips

The most useful thing this library provides is a Group instance for permutations. You can multiply two elements with <+>, invert with inverse, an so on.

Notation

The Show instance for Permutation uses cycle notation. You can read more here if you find it confusing.

Documentation

Documentation.

About

Provides a type-safe way of working with permutations in Idris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published