-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upFromIncluding :: ∀ a u. Enum a => Unfoldable u => a -> NonEmpty u a #30
Comments
safareli
changed the title
upFrom' :: forall a u. Enum a => Unfoldable u => a -> NonEmpty u a
upFrom' :: ∀ a u. Enum a => Monoid (u a) => Unfoldable u => a -> NonEmpty u a
Jun 9, 2017
safareli
changed the title
upFrom' :: ∀ a u. Enum a => Monoid (u a) => Unfoldable u => a -> NonEmpty u a
upFromIncluding :: ∀ a u. Enum a => Unfoldable u => a -> NonEmpty u a
Jun 9, 2017
👍 I'm surprised |
safareli
added a commit
to safareli/purescript-enums
that referenced
this issue
Jun 10, 2017
Merged
Yes that was not expecting for me too. but this way upFromIncluding has much correct type :d |
hdgarrood
pushed a commit
that referenced
this issue
Jul 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thoughts on adding this?
The text was updated successfully, but these errors were encountered: