Cookies disclaimer

I agree Our site saves small pieces of text information (cookies) on your device in order to deliver better content and for statistical purposes. You can disable the usage of cookies by changing the settings of your browser. By browsing our website without changing the browser settings you grant us permission to store that information on your device.

Homework 11

This is the task corresponding to homework 11.

Resources

Download Files

Definitions File

theory Defs
  imports "HOL-IMP.AExp"
begin


end

Template File

theory Submission
  imports Defs
begin

paragraph "General homework instructions"

type_synonym st = "int * int"
type_synonym col = "nat * (st set)"
type_synonym row ="col list"

definition table :: "row list"  where
  "table _ = undefined"

definition code :: string end

Check File

theory Check
  imports Submission
begin

end

Terms and Conditions