From: Simon Wimmer <wimmersimon@gmail.com>
Dear list,
is there a way to hide syntax stemming from type classes?
In particular, I want to remove the syntax for infinity from Extended_Nat.
I tried
no_syntax infinity :: "'a" ("∞") and
no_syntax infinity :: "'a :: infinity" ("∞"),
but to no avail.
Simon
From: Simon Wimmer <wimmersimon@gmail.com>
Nevermind, no_notation is what I want.
Last updated: Nov 21 2024 at 12:39 UTC