theory Reg_Exp_Example imports "HOL-Library.Predicate_Compile_Quickcheck" "HOL-Library.Code_Prolog" begin text ‹An example from the experiments from SmallCheck (🌐‹https://www.cs.york.ac.uk/fp/smallcheck›)› text ‹The example (original in Haskell) was imported with Haskabelle and manually slightly adapted. ›