src/HOL/Combinatorics/Combinatorics.thy
author wenzelm
Mon, 25 Mar 2024 20:48:10 +0100
changeset 79993 2dcbf5cbc7a1
parent 73648 1bd3463e30b8
permissions -rw-r--r--
MLton lacks arm64-linux (see also 84f2d481d6d7);


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