libisabelle-1.0.1-protocol/operations/Basic.thy
changeset 59612 14b7eae04d42
parent 59611 1aa20558eca8
child 59613 8d28eab80f7f
     1.1 --- a/libisabelle-1.0.1-protocol/operations/Basic.thy	Wed Sep 04 10:17:53 2019 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,11 +0,0 @@
     1.4 -theory Basic
     1.5 -imports "../protocol/Protocol"
     1.6 -begin
     1.7 -
     1.8 -operation_setup (auto) ping = \<open>fn () => ()\<close>
     1.9 -
    1.10 -operation_setup (auto) hello = \<open>fn data => "Hello " ^ data\<close>
    1.11 -
    1.12 -operation_setup (sequential, bracket, auto) use_thys = \<open>List.app Thy_Info.use_thy\<close>
    1.13 -
    1.14 -end