Skip to content

Commit

Permalink
Merge pull request #2 from juhp/patch-1
Browse files Browse the repository at this point in the history
fix the type inference link
  • Loading branch information
process-bot committed Sep 19, 2012
2 parents 76b30f4 + 80bb381 commit babd44c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Elm.elm
@@ -1,4 +1,3 @@

import Website.Skeleton
import Website.Tiles

Expand Down Expand Up @@ -32,7 +31,7 @@ rest = [markdown|

Elm's major distinguishing features are support for [reactive programming][1]
and its focus on graphical user interfaces. Elm is also [call-by-value][2] and
[strongly][3] / [statically][4] typed with [type-inference]5], so those of you
[strongly][3] / [statically][4] typed with [type inference][5], so those of you
already familiar with languages like Haskell or ML should be quite comfortable.

The language features mentioned above help catch errors in your code at
Expand Down

0 comments on commit babd44c

Please sign in to comment.