2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Typo in Flynn'scher Klassifikation behoben

Fehler in Einleitung zu Haskell verbessert
This commit is contained in:
Pascal Bies 2014-03-24 18:48:38 +01:00
parent b7371b1ac2
commit a9bcbcbe8e
3 changed files with 3 additions and 4 deletions

View file

@ -1,9 +1,8 @@
%!TEX root = Programmierparadigmen.tex
\chapter{Haskell}
\index{Haskell|(}
Haskell ist eine funktionale Programmiersprache, die von Haskell
Brooks Curry entwickelt und 1990 in Version~1.0 veröffentlicht
wurde.
Haskell ist eine funktionale Programmiersprache, die 1990 in Version~1.0 veröffentlicht
wurde. Namensgeber ist Haskell Brooks Curry, der die mathematischen Grundlagen der funktionalen Programmierung entwickelte.
Wichtige Konzepte sind:
\begin{enumerate}

View file

@ -61,7 +61,7 @@ können Rechnerarchitekturen in vier Kategorien unterteilt werden:
\begin{tabular}{l|ll}
~ & Single Instruction & Multiple Instruction \\ \hline
Single Data & SISD & MISD \\
Multiple Data & SIMI & MIMD \\
Multiple Data & SIMD & MIMD \\
\end{tabular}
\end{table}