Skip to content
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

Allow searching for types #16

Open
Crote opened this issue Jan 7, 2017 · 1 comment
Open

Allow searching for types #16

Crote opened this issue Jan 7, 2017 · 1 comment

Comments

@Crote
Copy link

Crote commented Jan 7, 2017

Example: Let's say I search for repeat. One of the results might be repeat : Int -> a -> Array a. A common next step would be looking up what that Array type is, and how to construct one. However, searching on Array or Array a does not give any results.

I'd expect an entry for the type, mirroring its entry on elm packages like

type Array a

Representation of fast immutable arrays. You can create arrays of integers (Array Int) or strings (Array String) or any other type of value you can dream up.
@klaftertief
Copy link
Owner

Thanks for the input. It's on my internal todo list. Will implement it in the next batch of work for the search...

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

No branches or pull requests

2 participants