Idris2Doc : Control.Permutation.Types

Control.Permutation.Types

dataPermutation : Nat -> Type
  This is something like `Vector k a`, except we restrict ourselves to only 1,...,n for `Permutation n`.

Totality: total
Constructors:
Nil : Permutation0
(:*) : Fin (Sn) -> Permutationn -> Permutation (Sn)
debug : Permutationn -> String
Totality: total
invert : Permutationn -> Permutationn
Totality: total
toVector : Permutationn -> Vectn (Finn)
Totality: total