Miles Frain
Miles Frain
I'm thinking something like this would work: ```purs sortBy :: forall a. (a -> a -> Ordering) -> List a -> List a sortBy cmp = fromFoldable Ordering) -> List...
Not sure if this issue was created before package sets became widely used, but should all links just stay within a given package set?
Looks like this is being tackled in #6046
The license allows derivative works, so anyone is welcome to setup an alternative (e.g. learnyouahaskell**community**.com) site that is backed by a public repo. Here's an [example repo](https://github.com/milesfrain/learn-you-a-purescript) that replicates the...
Was having issues with this command in version 2.2.0, but can confirm this is now **fixed in version 3.1.0**. ``` gh-pages --remote tps -d dist ```
Also considered attempting to upgrade the app from angular2 to angular8, but I don't have much confidence in this succeeding. https://update.angular.io/#2.0:8.0
My mistake. I assumed `slice` returned a new reference to the same underlying array (rather than copying), although I now see how that would be undesirable in lots of situations....
> Perhaps it would be best to expand and clarify the note at the top of the module instead; this is useful information and it's left implicit by that note...
> I think most functions should have complexity noted Added some more running time notes. Wasn't sure about some of these though (`updateAtIndices`, `sort`, etc.), so just left those blank....
> duplicates are only preserved in the first argument Yes, this seems really strange, even if it does match how things are done in Haskell. I'm curious if any projects...