Skip to content

Commit 1a1591c

Browse files
committed
Update README
1 parent e85b08b commit 1a1591c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A fast, safe, and intuitive DataFrame library.
55
## Why use Haskell?
66

77
* Having types around eliminates many kinds of bugs before you even run the code.
8-
* It's easy to write pipelines.
8+
* A highly composable programming model that makes it easy to write pipelines.
99
* The Haskell compiler does a lot of optimization that makes code very fast.
1010
* The syntax is more approachable than other compiled languages' dataframes.
1111

0 commit comments

Comments
 (0)