How to use / where to find Haskell API? -


is documentation should use learning various haskell functions: https://www.haskell.org/platform/doc/2013.2.0.0/ghc-api/ghc.html ?

can search here or other haskell doc how each type should used? example if wanted learn more int type (without tying :t on command line) can searched upon ?

if above api seems more minimalist java/scala api. perhaps 1 of strong points of haskell provide succinct, yet powerful set of base functions build abstractions upon ?

ghc-api api interacting ghc compiler. "standard library" documented @ http://hackage.haskell.org/package/base.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -