doc-src/TutorialI/basics.tex
changeset 12473 f41e477576b9
parent 12332 aea72a834c85
child 12668 b839bd6e06c6
equal deleted inserted replaced
12472:3307149f1ec2 12473:f41e477576b9
    87   HOL contains a theory \thydx{Main}, the union of all the basic
    87   HOL contains a theory \thydx{Main}, the union of all the basic
    88   predefined theories like arithmetic, lists, sets, etc.  
    88   predefined theories like arithmetic, lists, sets, etc.  
    89   Unless you know what you are doing, always include \isa{Main}
    89   Unless you know what you are doing, always include \isa{Main}
    90   as a direct or indirect parent of all your theories.
    90   as a direct or indirect parent of all your theories.
    91 \end{warn}
    91 \end{warn}
    92 There is also a growing Library~\cite{isabelle-library}\index{Library}
    92 There is also a growing Library~\cite{HOL-Library}\index{Library}
    93 of useful theories that are not part of \isa{Main} but can to be included
    93 of useful theories that are not part of \isa{Main} but can to be included
    94 among the parents of a theory and will then be included automatically.%
    94 among the parents of a theory and will then be loaded automatically.%
    95 \index{theories|)}
    95 \index{theories|)}
    96 
    96 
    97 
    97 
    98 \section{Types, Terms and Formulae}
    98 \section{Types, Terms and Formulae}
    99 \label{sec:TypesTermsForms}
    99 \label{sec:TypesTermsForms}