theory IMP_3 imports "HOL-Library.Predicate_Compile_Quickcheck" begin subsection ‹IMP› text ‹ In this example, the state is one integer variable and the commands are Skip, Ass, Seq, IF, and While. › type_synonym var = unit type_synonym state = int