From: Stephan van Staden <Stephan.vanStaden@inf.ethz.ch>
Quick question:
Is there an existing Isabelle theory for lists whose elements are
members of a given set? I.e. a theory for lists over a given set?
Thanks,
Stephan
From: Tobias Nipkow <nipkow@in.tum.de>
Yes, in theory List there is a function lists :: 'a set => 'a list set
The document "What's in Main" http://isabelle.in.tum.de/documentation.html may
also be helpful to find your way around the predefined concepts.
Tobias
From: Peter Lammich <lammich@in.tum.de>
Try List.lists :: 'a set => 'a list set
Peter
From: Stephan van Staden <Stephan.vanStaden@inf.ethz.ch>
Great, thanks for the quick reply.
Last updated: Nov 21 2024 at 12:39 UTC