Pārlūkot izejas kodu

Clarify dynamic type comment

stripped-german
Julian Ospald pirms 9 gadiem
vecāks
revīzija
c7973c7652
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 220CD1C5BDEED020
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      VL1.tex

+ 1
- 1
VL1.tex Parādīt failu

@@ -224,7 +224,7 @@ In haskell expressions are not evaluated until their results are actually needed
\frametitle{What does \textbf{statically typed} mean?}
Every haskell expression has a type and types are always checked at \emph{compile-time}. Programs with errors will not compile and definitely not run.\\
\vspace{\baselineskip}
It is possible to simulate dynamic types however. In the end, they are still statically type-checked (as in: the compiler always knows what's going on).
It is possible to simulate dynamic types however, i.e. types which may be converted to the type you need them in, following rigid rules. In the end, they are still statically type-checked (as in: the compiler always knows what's going on).
\end{frame}

\begin{frame}


Notiek ielāde…
Atcelt
Saglabāt