Concat aus Übung hinzugefügt
This commit is contained in:
parent
3ef0cdbd35
commit
e0d2a75c2c
BIN
merkzettel.pdf
BIN
merkzettel.pdf
Binary file not shown.
|
@ -429,4 +429,8 @@ x\ \text{, falls $minimum\ xs$ = 0}\\
|
|||
min\ x\ (minimum\ xs)\ \text{, sonst}
|
||||
\end{cases*}
|
||||
\end{align*}
|
||||
\begin{align*}
|
||||
Nil \oplus ys &= ys\\
|
||||
(Cons\ x\ xs) \oplus ys\ &= Cons\ x\ (xs \oplus ys)
|
||||
\end{align*}
|
||||
\end{document}
|
Loading…
Reference in New Issue