src/CCL/Type.thy
changeset 81091 c007e6d9941d
parent 81011 6d34c2bedaa3
child 81182 fc5066122e68
--- a/src/CCL/Type.thy	Mon Sep 30 23:32:26 2024 +0200
+++ b/src/CCL/Type.thy	Tue Oct 01 20:39:16 2024 +0200
@@ -14,8 +14,6 @@
 
 syntax
   "_Subtype" :: "[idt, 'a set, o] \<Rightarrow> 'a set"  (\<open>(\<open>indent=1 notation=\<open>mixfix Subtype\<close>\<close>{_: _ ./ _})\<close>)
-syntax_consts
-  Subtype
 translations
   "{x: A. B}" == "CONST Subtype(A, \<lambda>x. B)"