[isabelle-dev] Interpretation in arbitrary targets.

Florian Haftmann florian.haftmann at informatik.tu-muenchen.de
Wed Mar 27 12:33:37 CET 2013


> context B begin
>   interpretation A
>   interpretation A'
>   interpretation A''
> end
> sublocale B < A''

What you currently have in many places (e.g.
http://isabelle.in.tum.de/reports/Isabelle/file/757fa47af981/src/HOL/Lattices.thy)
is the pattern.

  context B begin
  …
  end

  sublocale B < …

  context B begin
  …
  end

  sublocale B < …

  context B begin
  …
  end

When giving up the paradigm that sublocale dependencies may only be
introduced on the global level, youo end up with sth like

  context B begin
  …
  intepretation …
  …
  intepretation …
  …
  end

which is compacter and more intuitive.

	Florian

-- 

PGP available:
http://home.informatik.tu-muenchen.de/haftmann/pgp/florian_haftmann_at_informatik_tu_muenchen_de

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <https://mailman46.in.tum.de/pipermail/isabelle-dev/attachments/20130327/7bf98d2b/attachment.sig>


More information about the isabelle-dev mailing list