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

Haskell-Beispiele hinzugefügt

This commit is contained in:
Martin Thoma 2014-03-18 19:31:04 +01:00
parent 137a44cd5e
commit 8e73ed0910
6 changed files with 69 additions and 2 deletions

View file

@ -0,0 +1,5 @@
>>> let f = 3; g = f where f = 7
>>> f
3
>>> g
7