purescript / spago

🍝 PureScript package manager and build tool
BSD 3-Clause "New" or "Revised" License
778 stars 131 forks source link

`spago docs`: Fix type directed search #1093

Open CharlesTaylor7 opened 11 months ago

CharlesTaylor7 commented 11 months ago

Type directed search doesn't work, for the browser UI.

Searching for a -> a should return a list including identity :: forall a. a -> a, and as well as various monorphized functions that match like Int -> Int or Boolean -> Boolean.

Screen Shot 2023-10-16 at 8 55 51 PM
f-f commented 8 months ago

@CharlesTaylor7 would you still like to have a look at this one or should it be marked as up for grabs?

CharlesTaylor7 commented 7 months ago

@f-f Sorry, for the slow reply. Yes, you can unassign me from this issue.