Skip to content

Conversation

@sharkdp
Copy link
Contributor

@sharkdp sharkdp commented Feb 29, 2016

This looks much nicer now with purescript 0.8.1

@sharkdp
Copy link
Contributor Author

sharkdp commented Feb 29, 2016

Oh, hold on. We can even use operator aliases in binders...

@paf31
Copy link
Contributor

paf31 commented Feb 29, 2016

👍 I'll include this when we update everything for 0.8.1.

@sharkdp
Copy link
Contributor Author

sharkdp commented Feb 29, 2016

Do you want to use the :| alias in the binders, too?

-- | Get the 'first' element of a non-empty container.
head :: forall f a. NonEmpty f a -> a
head (x :| _) = x

@paf31
Copy link
Contributor

paf31 commented Feb 29, 2016

I think so

@sharkdp sharkdp force-pushed the data-constructor-alias branch from 0fa91a8 to 665cb54 Compare February 29, 2016 19:34
@sharkdp
Copy link
Contributor Author

sharkdp commented Feb 29, 2016

Updated.

@sharkdp
Copy link
Contributor Author

sharkdp commented May 13, 2016

  • Removed docs folder
  • Updated .travis.yml, bower.json and package.json

@sharkdp sharkdp force-pushed the data-constructor-alias branch from 3325073 to b1ca4de Compare May 13, 2016 18:38
@paf31 paf31 merged commit cd2b02f into purescript:master May 27, 2016
@paf31
Copy link
Contributor

paf31 commented May 27, 2016

Sorry this took so long, and thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants