src/HOL/MicroJava/DFA/Semilattices.thy
author blanchet
Wed, 15 Dec 2010 11:26:29 +0100
changeset 41151 d58157bb1ae7
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rw-r--r--
generate a "using [[smt_solver = ...]]" command if a proof is found by another SMT solver than the current one, to ensure it's also used for reconstruction

(*  Title:      HOL/MicroJava/BV/Semilat.thy
    Author:     Gerwin Klein
    Copyright   2003 TUM
*)

header {* Semilattices *}

(*<*)
theory Semilattices
imports Err Opt Product Listn
begin

end
(*>*)