Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Latest commit

 

History

History

03-pursuit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Pursuit

PureScript's equivalent to Haskell's Hoogle is Pursuit. Just like Hoogle you can search using either names or type signatures:

http://pursuit.purescript.org/search?q=%2B
http://pursuit.purescript.org/search?q=Int+-%3E+Int+-%3E+Int

If you want programmatic access you can get the output in JSON format:

curl -H 'Accept: application/json' http://pursuit.purescript.org/search?q=Int+-%3E+Int+-%3E+Int