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.Abs_Int1"
begin

datatype range = Small | Big

fun γ_range where
"γ_range (Small) = {-128..127}" |
"γ_range (Big) = UNIV"

end

Template File

theory Submission
  imports Defs
begin

end

Check File

theory Check
  imports Submission
begin

end

Terms and Conditions