src/HOL/Nominal/Examples/Nominal_Examples.thy
author blanchet
Tue, 16 Sep 2014 19:23:37 +0200
changeset 58352 37745650a3f4
parent 58329 a31404ec7414
child 58889 5b7a9633cfa8
permissions -rw-r--r--
register 'prod' and 'sum' as datatypes, to allow N2M through them

(*  Author:  Christian Urban TU Muenchen *)

header {* Various examples involving nominal datatypes. *}

theory Nominal_Examples
imports Nominal_Examples_Base Class3
begin

end