Kaynağa Gözat

Reword code types

stripped-german
Julian Ospald 9 yıl önce
ebeveyn
işleme
42fed3b696
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 220CD1C5BDEED020
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      VL1.tex

+ 3
- 3
VL1.tex Dosyayı Görüntüle

@@ -692,10 +692,10 @@ For haskell IDEs, see \url{https://wiki.haskell.org/IDEs}
Does this compile? If not, fix it. Is this a total function?
\setHaskellCodeStyle
\begin{lstlisting}
data FakeInt = MkDouble Double
| MkInt Int
data IntOrDouble = MkDouble Double
| MkInt Int

f :: Int -> FakeInt
f :: Int -> IntOrDouble
f 0 = 0.5
\end{lstlisting}
\end{frame}


Yükleniyor…
İptal
Kaydet