diff options
Diffstat (limited to 'gemfeed/2010-04-09-standard-ml-and-haskell.gmi')
| -rw-r--r-- | gemfeed/2010-04-09-standard-ml-and-haskell.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gemfeed/2010-04-09-standard-ml-and-haskell.gmi b/gemfeed/2010-04-09-standard-ml-and-haskell.gmi index 844fd595..17bd4651 100644 --- a/gemfeed/2010-04-09-standard-ml-and-haskell.gmi +++ b/gemfeed/2010-04-09-standard-ml-and-haskell.gmi @@ -8,6 +8,16 @@ As you will see, SML and Haskell are very similar (at least when it comes to the Haskell is also a "pure functional" programming language, whereas SML also makes explicit use of imperative concepts. I am by far not a specialist in either of these languages, but here are a few functions implemented in both SML and Haskell: +## Table of Contents + +* ⇢ Standard ML and Haskell +* ⇢ ⇢ Defining a multi-data type +* ⇢ ⇢ Processing a multi +* ⇢ ⇢ Simplify function +* ⇢ ⇢ Delete all +* ⇢ ⇢ Delete one +* ⇢ ⇢ Higher-order functions + ## Defining a multi-data type Standard ML: |
