Ver código fonte

Fix spelling

master
Julian Ospald 9 anos atrás
pai
commit
246f09871b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 220CD1C5BDEED020
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      VL2/content/VL2_more_ways_to_define_functions.tex

+ 1
- 1
VL2/content/VL2_more_ways_to_define_functions.tex Ver arquivo

@@ -3,7 +3,7 @@
f :: Int -> Int
f x = x + 1
\end{haskellcode}
\ifger{Aber stellen wir uns vor, dass wir einige Hilfsfunktionen benötigen, die sehr spezifisch ist und eigentlich zur aktuellen Funktion gehört. In C würden wir diese vermutlich top-level deklarieren und \cinline{static} machen.}{But now imagine we need a helper function which is very specific to the current function. In C we would have to define this new helper function at top-level and would probably make it \cinline{static}.}
\ifger{Aber stellen wir uns vor, dass wir eine Hilfsfunktion benötigen, die sehr spezifisch ist und eigentlich zur aktuellen Funktion gehört. In C würden wir diese vermutlich top-level deklarieren und \cinline{static} machen.}{But now imagine we need a helper function which is very specific to the current function. In C we would have to define this new helper function at top-level and would probably make it \cinline{static}.}
\pause
\vspace{\baselineskip}
\\


Carregando…
Cancelar
Salvar