我需要定義將鍵映射和有限地圖的值轉換爲一組鍵 - 值對的一個函數: theory Test
imports Main "~~/src/HOL/Library/Finite_Map"
begin
definition denorm :: "('a, 'b) fmap ⇒ ('a × 'b) fset" where
"denorm m ≡ "
end
的問題是,我不能
下面是一個簡單的語言環境的一個示例: locale test =
fixes test_less_eq :: "'a ⇒ 'a ⇒ bool"
begin
inductive test_eq where
"test_less_eq x y ⟹ test_less_eq y x ⟹ test_eq x y"
end
它定義感應test_eq。它可以使用definit