diff --git a/site/index.html b/site/index.html index 0c6ec104..4c2218df 100644 --- a/site/index.html +++ b/site/index.html @@ -5,22 +5,27 @@ ---
-
- +
+ +
+
- -

An advanced, purely functional programming language

+ + +

An advanced, purely functional programming language

-
-
-

Declarative, statically typed code.

-
-
primes = filterPrime [2..]
+            
+
+
+

Declarative, statically typed code.

+
+
primes = filterPrime [2..]
   where filterPrime (p:xs) =
           p : filterPrime [x | x <- xs, x `mod` p /= 0]
+
@@ -35,7 +40,13 @@

Declarative, statically typed code.

-
+ +
+ + + + +
@@ -63,7 +74,13 @@

Try it!

+
+ + + + +