Welcher der folgenden Haskell-Ausdrücke ist ein gültiger Musterabgleich?
case x of { Just y -> y; Nothing -> 0 }
match x with { Just y -> y; Nothing -> 0 }
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Softwareentwicklung Übungen werden geladen ...