(* Title: Isabelle Collections Library Author: Peter Lammich <peter dot lammich at uni-muenster.de> Maintainer: Peter Lammich <peter dot lammich at uni-muenster.de> *) (* Changes since submission on 2009-11-26: 2009-12-10: OrderedMap, algorithms for iterators, min, max, to_sorted_list *) section ‹\isaheader{Generic Algorithms for Maps}› theory MapGA imports SetIteratorCollectionsGA begin text_raw ‹\label{thy:MapGA}›