# HG changeset patch # User nipkow # Date 1709576056 -3600 # Node ID feec445a82c3470ded0c63db3dd9b336c3910de2 # Parent a478fc5cd5bde9f746558fc69f37830f9656d144 tuned diff -r a478fc5cd5bd -r feec445a82c3 src/Doc/Main/Main_Doc.thy --- a/src/Doc/Main/Main_Doc.thy Mon Mar 04 16:20:57 2024 +0100 +++ b/src/Doc/Main/Main_Doc.thy Mon Mar 04 19:14:16 2024 +0100 @@ -538,14 +538,13 @@ \<^const>\List.listrel1\ & @{term_type_only List.listrel1 "('a*'a)set\('a list * 'a list)set"}\\ \<^const>\List.lists\ & @{term_type_only List.lists "'a set\'a list set"}\\ \<^const>\List.listset\ & @{term_type_only List.listset "'a set list \ 'a list set"}\\ -\<^const>\Groups_List.sum_list\ & \<^typeof>\Groups_List.sum_list\\\ -\<^const>\Groups_List.prod_list\ & \<^typeof>\Groups_List.prod_list\\\ \<^const>\List.list_all2\ & \<^typeof>\List.list_all2\\\ \<^const>\List.list_update\ & \<^typeof>\List.list_update\\\ \<^const>\List.map\ & \<^typeof>\List.map\\\ \<^const>\List.measures\ & @{term_type_only List.measures "('a\nat)list\('a*'a)set"}\\ \<^const>\List.nth\ & \<^typeof>\List.nth\\\ \<^const>\List.nths\ & \<^typeof>\List.nths\\\ +\<^const>\Groups_List.prod_list\ & \<^typeof>\Groups_List.prod_list\\\ \<^const>\List.remdups\ & \<^typeof>\List.remdups\\\ \<^const>\List.removeAll\ & \<^typeof>\List.removeAll\\\ \<^const>\List.remove1\ & \<^typeof>\List.remove1\\\ @@ -559,6 +558,7 @@ \<^const>\List.sorted\ & \<^typeof>\List.sorted\\\ \<^const>\List.sorted_wrt\ & \<^typeof>\List.sorted_wrt\\\ \<^const>\List.splice\ & \<^typeof>\List.splice\\\ +\<^const>\Groups_List.sum_list\ & \<^typeof>\Groups_List.sum_list\\\ \<^const>\List.take\ & \<^typeof>\List.take\\\ \<^const>\List.takeWhile\ & \<^typeof>\List.takeWhile\\\ \<^const>\List.tl\ & \<^typeof>\List.tl\\\ diff -r a478fc5cd5bd -r feec445a82c3 src/Doc/Prog_Prove/document/intro-isabelle.tex --- a/src/Doc/Prog_Prove/document/intro-isabelle.tex Mon Mar 04 16:20:57 2024 +0100 +++ b/src/Doc/Prog_Prove/document/intro-isabelle.tex Mon Mar 04 19:14:16 2024 +0100 @@ -84,7 +84,7 @@ download and read the book \href{http://www.concrete-semantics.org}{Concrete Semantics}~\cite{ConcreteSemantics}, a guided tour of the wonderful world of -programming langage semantics formalised in Isabelle. In fact, +programming language semantics formalized in Isabelle. In fact, \emph{Programming and Proving in Isabelle/HOL} constitutes part~I of \href{http://www.concrete-semantics.org}{Concrete Semantics}. The web pages for \href{http://www.concrete-semantics.org}{Concrete Semantics}