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.
theory Defs imports "HOL-IMP.Abs_Int1" begin datatype range = Small | Big fun γ_range where "γ_range (Small) = {-128..127}" | "γ_range (Big) = UNIV" end
theory Submission imports Defs begin end
theory Check imports Submission begin end