This website requires JavaScript.
Explore
Help
Sign in
tex-projects
/
LaTeX-examples
Watch
2
Star
0
Fork
You've already forked LaTeX-examples
0
mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced
2025-04-26 06:48:04 +02:00
Code
Activity
9fa7cdfea0
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
haskell
/
general-tree.hs
Martin Thoma
bb674b307b
Funktionsapplikation
2014-03-25 19:48:20 +01:00
1 line
No EOL
28 B
Haskell
Raw
Blame
History
data
Tree
t
=
Node
t
[
Tree
t
]
View git blame
Copy permalink