theory PresentationWeb imports Main begin notepad begin fix A B assume A and imp: "A \ B" term A \ \A :: bool, object-logic (HOL) type\ term "A \ B" \ \A \ B :: prop, meta-logic (Pure) type\ have B using imp[OF \A\]. end end