src/HOL/Combinatorics/Combinatorics.thy
author wenzelm
Thu, 28 Sep 2023 19:36:54 +0200
changeset 78726 810eca753919
parent 73648 1bd3463e30b8
permissions -rw-r--r--
tuned: prefer try-catch/finally over low-level 'handle';


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