blob: fe3df92af35564cfa864713890b7c88416a77cf1 [file]
(*
* Copyright 2016, NICTA
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(NICTA_GPL)
*)
theory
FsopS
imports "../adt/BilbyT"
begin
text {* The specification of the Fsop component is in Afs.thy.
Fsop is the top level component in the refinement chain, its
specification must be human readable.
*}
end