Frederik Krautwald

Results 53 comments of Frederik Krautwald

Looks like it’s dead.

Yea, I’d say upload like a maniac when using speed-test! Sindri has magic powers!

@phiresky Before you add a link to a file in a repository, you should expand a URL to its canonical form by pressing `y`. The two links in your post...

The `prelude` export is not `List` but `B[]`. Thus, you _can not_ use a `ReadonlyArray` nor `ArrayLike` if you operate with the `prelude` version. In addition, `prelude`’s `reduce` specifies the...

You’re right, you’re right. The code I was looking at was importing `reduce` from `@most/prelude`. Must have been tired. My bad. I still would like to introduce the parameter name...

![selection_002](https://user-images.githubusercontent.com/180569/32071983-67bf8fc8-ba91-11e7-8582-1f12b234e733.png)

I am much in favor of explicit imports. A convenient shortcut using `@typed/prelude` is preferable to re-exports.

I guess we only need flow definitions then?

Could you provide a link to current code implementation, @davidchase ?