src/HOL/Combinatorics/Combinatorics.thy
author wenzelm
Thu, 25 Nov 2021 21:31:50 +0100
changeset 74845 91ee232b4211
parent 73648 1bd3463e30b8
permissions -rw-r--r--
clarified default for kodkod_scala; NEWS for proper release;


section \<open>Basic combinatorics in Isabelle/HOL (and the Archive of Formal Proofs)\<close>

theory Combinatorics
imports
  Transposition
  Stirling
  Permutations
  List_Permutation
  Multiset_Permutations
  Cycles
  Perm
  Orbits
begin

end