Update papers/hatra21/talk.tex

Co-authored-by: Andy Friesen <afriesen@roblox.com>
This commit is contained in:
Alan Jeffrey 2021-09-22 12:56:03 -05:00 committed by GitHub
parent 4113b520fa
commit 626f71734b
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ Goal: \emph{support mixed strict/nonstrict development}.
Goal: \emph{provide benefits of type-directed tools to everyone}.
\begin{itemize}
\item \textbf{Infer types} for all variables, don't just give them type any.
\item \textbf{Infer types} for all variables. Resist the urge to give up and ascribe a top type when an error is encountered.
\item \textbf{System F} is in Luau, so everything is undecidable. Yay heuristics!
\item \textbf{Different modes} currently infer different types. Boo!
\end{itemize}