CookBook/Intro.thy
changeset 121 26e5b41faa74
parent 120 c39f83d8daeb
child 122 79696161ae16
equal deleted inserted replaced
120:c39f83d8daeb 121:26e5b41faa74
    12   Isabelle programming, and also explain tricks of the trade. The best way to
    12   Isabelle programming, and also explain tricks of the trade. The best way to
    13   get to know the ML-level of Isabelle is by experimenting with the many code
    13   get to know the ML-level of Isabelle is by experimenting with the many code
    14   examples included in the tutorial. The code is as far as possible checked
    14   examples included in the tutorial. The code is as far as possible checked
    15   against recent versions of Isabelle.  If something does not work, then
    15   against recent versions of Isabelle.  If something does not work, then
    16   please let us know. If you have comments, criticism or like to add to the
    16   please let us know. If you have comments, criticism or like to add to the
    17   tutorial, feel free---you are most welcome!
    17   tutorial, feel free---you are most welcome! The tutorial is meant to be 
       
    18   gentle and comprehensive.
    18 *}
    19 *}
    19 
    20 
    20 section {* Intended Audience and Prior Knowledge *}
    21 section {* Intended Audience and Prior Knowledge *}
    21 
    22 
    22 text {* 
    23 text {* 
   129 
   130 
   130   \item {\bf Alexander Krauss} wrote the first version of the ``first-steps'' 
   131   \item {\bf Alexander Krauss} wrote the first version of the ``first-steps'' 
   131   chapter and also contributed recipe \ref{rec:named}.
   132   chapter and also contributed recipe \ref{rec:named}.
   132   \end{itemize}
   133   \end{itemize}
   133 
   134 
   134   Please let me know if I forgotten anything. All errors are of course my
   135   Please let me know of any omissions. Responsibility for any remaining
   135   resposibility.
   136   errors lies with me.
   136 *}
   137 *}
   137 
   138 
   138 end
   139 end