From: Peter Lammich <lammich@in.tum.de>
Hi
On maps, you have "dom" and "ran", that are the domain and range of the
map.
In your case, you could write: "ALL y\<in>ran mymap. P y"
From: Brian Huffman <huffman@in.tum.de>
There is also the function Option.set :: 'a option => 'a set, which
may be useful:
ALL y\<in>Option.set (mymap i). P y
Last updated: Nov 21 2024 at 12:39 UTC