I am looking for the proper way to define a function that converts maps to lists.
My aim that the defined function is a right inverse of map_of for finite domain maps
If you use Mapping.thy
from HOL-Library
, then this is in the development version of Isabelle under Mapping.ordered_entries
.
(deleted)
Does that means that I cannot find it or use it ? Because I don't seem to find it in the Mapping.thy file
You can take a look here https://isabelle-dev.sketis.net/source/isabelle/repository/default/ or specifically here https://isabelle-dev.sketis.net/source/isabelle/browse/default/src/HOL/Library/Mapping.thy
Last updated: Dec 21 2024 at 16:20 UTC