Haskell/Pomoc: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎online: syntax
Linia 6:
* konsolowe
** ghci<ref>[https://downloads.haskell.org/~ghc/7.4.1/docs/html/users_guide/ghci-commands.html haskell ghc 7.4.1 docs : ghci-commands]</ref>
*** :info lub :i
*** :type ( w skrócie :t)
*** :help lub :?
Linia 17:
**** :show packages - Show the currently active package flags, as well as the list of packages currently loaded.
**** :show languages - Show the currently active language flags.
**** :show [args|prog|prompt|editor|stop]- Displays the specified setting (see :set).
** ghc
*** ghc-mod<ref>[https://stackoverflow.com/questions/37960849/find-function-source-in-haskell-workflow stackoverflow question : find-function-source-in-haskell-workflow]</ref>
* bash
** [[Programowanie_w_systemie_UNIX/grep|grep]] : grep xyz *.lhs *.hs