Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 575 Bytes

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.