Haskell/Pomoc
< Haskell
Jak ... ? czyli FAQ
edytujGdzie uzyskać pomoc ?
edytujoffline
edytuj- konsolowe
- ghci[1]
- :info lub :i
- :type ( w skrócie :t)
- :help lub :?
- :show
- :show bindings -Show the bindings made at the prompt and their types.
- :show breaks - List the active breakpoints.
- :show context - List the active evaluations that are stopped at breakpoints.
- :show imports - Show the imports that are currently in force, as created by import and :module commands.
- :show modules - Show the list of modules currently loaded.
- :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[2]
- ghci[1]
- bash
- grep : grep xyz *.lhs *.hs
wizualna składnia
edytujonline
edytuj- Jak czytać kod w Haskellu ? ( ang )
- haskell.org : Meta-tutorial
- stackoverflow questions tagged haskell
- planet haskell = meta blog
- Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
- WHAT I WISH I KNEW WHEN LEARNING HASKELL Version 2.3 Stephen Diehl