chapter ‹Generated by Lem from ‹word.lem›.› theory "Lem_word" imports Main "Lem_bool" "Lem_maybe" "Lem_num" "Lem_basic_classes" "Lem_list" "HOL-Library.Word" begin ― ‹‹open import Bool Maybe Num Basic_classes List›› ― ‹‹open import {isabelle} `HOL-Library.Word`›› ― ‹‹open import {hol} `wordsTheory` `wordsLib`›› ― ‹‹ ========================================================================== ›› ― ‹‹ Define general purpose word, i.e. sequences of bits of arbitrary length ›› ― ‹‹ ========================================================================== ››