src/Doc/Logics/document/HOL.tex
changeset 79742 2e4518e8a36b
parent 64267 b9a1486e79be
child 79743 3648e9c88d0c
equal deleted inserted replaced
79741:513829904beb 79742:2e4518e8a36b
   175   \index{unification!incompleteness of}
   175   \index{unification!incompleteness of}
   176   Where function types are involved, Isabelle's unification code does not
   176   Where function types are involved, Isabelle's unification code does not
   177   guarantee to find instantiations for type variables automatically.  Be
   177   guarantee to find instantiations for type variables automatically.  Be
   178   prepared to use \ttindex{res_inst_tac} instead of \texttt{resolve_tac},
   178   prepared to use \ttindex{res_inst_tac} instead of \texttt{resolve_tac},
   179   possibly instantiating type variables.  Setting
   179   possibly instantiating type variables.  Setting
   180   \ttindex{Unify.trace_types} to \texttt{true} causes Isabelle to report
   180   \ttindex{Unify.unify_trace_types} to \texttt{true} causes Isabelle to report
   181   omitted search paths during unification.\index{tracing!of unification}
   181   omitted search paths during unification.\index{tracing!of unification}
   182 \end{warn}
   182 \end{warn}
   183 
   183 
   184 
   184 
   185 \subsection{Binders}
   185 \subsection{Binders}