ブックマーク / www.haskell.org (2)

  • GHC Documentation

    Welcome to GHC! This is the top of the GHC documentation tree, where you will find links to all the supplied documentation about GHC and its libraries. The User's Guide The User's Guide has all you need to know about using GHC: command line options, language extensions, GHCi, etc. Libraries Documentation for the libraries that come with GHC. GHC API Documentation for the GHC API. Cabal An infrastr

  • Monad - HaskellWiki

    Hint: if you're just looking for an introduction to monads, see Merely monadic or one of the other monad tutorials. Monad class (base) The Monad class Monads can be viewed as a standard programming interface to various data or control structures, which is captured by Haskell's Monad class. All the common monads are members of it:

    paz3
    paz3 2009/11/25
    様々な言語でのモナド実装へのリンクがあります。モナドは概念なので、Haskellと切り離して考えられるのですね。
  • 1