mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update papers/hatra21/talk.tex
Co-authored-by: Andy Friesen <afriesen@roblox.com>
This commit is contained in:
parent
4113b520fa
commit
626f71734b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue