src/HOL/Combinatorics/Combinatorics.thy
author wenzelm
Tue, 11 Jun 2024 21:32:26 +0200
changeset 80357 fe123d033e76
parent 73648 1bd3463e30b8
permissions -rw-r--r--
clarified signature: pro-forma support for Bytes with size: Long;


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