You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,10 @@ <h2>Try it!</h2>
81
81
<h2>Why Haskell?</h2>
82
82
<divclass=" row ">
83
83
<divclass=" span6 col-md-6">
84
-
<h3>Maintain with confidence</h3>
85
-
<p>Fearless progress and refactoring over the long term. Haskell has one of the strongest type systems on the market to prevent mistakes
86
-
before they reach production, saving on total software lifetime costs. “If it compiles, it works.”—a Haskell proverb.
84
+
<h3>Rapid prototyping</h3>
85
+
<p>Start small and explore new ideas to find your market fit. Haskell is a compact language with a large ecosystem of open-source libraries and tools
86
+
to get you started and keep you growing.
87
+
The strong type system makes it easy to write small and large programs that work, even when you don't like writing types — the compiler will figure it out.
87
88
</p>
88
89
</div>
89
90
<divclass=" span6 col-md-6">
@@ -95,10 +96,9 @@ <h3>Scale with ease</h3>
95
96
</div>
96
97
<divclass=" row ">
97
98
<divclass=" span6 col-md-6">
98
-
<h3>Rapid prototyping</h3>
99
-
<p>Start small and explore new ideas to find your market fit. Haskell is a compact language with a large ecosystem of open-source libraries and tools
100
-
to get you started and keep you growing.
101
-
The strong type system makes it easy to write small and large programs that work, even when you don't like writing types — the compiler will figure it out.
99
+
<h3>Maintain with confidence</h3>
100
+
<p>Fearless progress and refactoring over the long term. Haskell has one of the strongest type systems on the market to prevent mistakes
101
+
before they reach production, saving on total software lifetime costs. “If it compiles, it works.”—a Haskell proverb.
0 commit comments