mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
MPI;Prolog; Index ergänzt
This commit is contained in:
parent
926bf6a386
commit
00c02a4fea
10 changed files with 54 additions and 9 deletions
|
@ -1,4 +1,5 @@
|
|||
data Bool = False | True
|
||||
data Color = Red | Green | Blue | Indigo | Violet
|
||||
data Tree a = Leaf a | Branch (Tree a) (Tree a)
|
||||
data Point = Point Float Float deriving (Show)
|
||||
data Point = Point Float Float deriving (Show)
|
||||
data Tree t = Node t [Tree t]
|
Loading…
Add table
Add a link
Reference in a new issue