haskell - how to use ghci online- *h e l p*; it just scrolls fast? -


when tried save current ghci session using :save command got error

prelude> :save unknown command ':save' use :? help. prelude>  

then when type :? got ton of output zoomed past screen; how read 1 page @ time? there unix less command there in ghci?

you run ghci shell , use shell redirection. works me on windows:

echo :? | ghci > help.txt more help.txt 

i expect work on unix, although can't try it.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -