Hask
stable

Contents:

  • Overview
  • hask – Hask API
    • hask.lang.hindley_milner – Hindley-Milner type-checking and inference
    • hask.lang.lazylist – A lazy List
    • hask.lang.syntax – The “syntactic” elements to build Hask programs
    • hask.lang.type_system – The implementation of the type system
    • hask.lang.typeclasses – The standard type classes
    • hask.Control.Applicative – The Applicative type class
    • hask.Control.Monad – The Monad type class
    • hask.Data.Char – The Data.Char
    • hask.Data.Either – The Data.Either
    • hask.Data.Eq – The Data.Eq
    • hask.Data.Foldable – The Data.Foldable
    • hask.Data.Functor – The Data.Functor
    • hask.Data.List – The Data.List
    • hask.Data.Maybe – The Data.Maybe
    • hask.Data.Monoid – The Data.Monoid
    • hask.Data.Num – The Data.Num
    • hask.Data.Ord – The Data.Ord
    • hask.Data.Ratio – The Data.Ratio
    • hask.Data.String – The Data.String
    • hask.Data.Traversable – The Data.Traversable
    • hask.Data.Tuple – The Data.Tuple
    • hask.Python.builtins – Python builtins as Hask functions
  • Changelog
Hask
  • Docs »
  • hask – Hask API
  • Edit on GitHub

hask – Hask API¶

Contents:

  • hask.lang.hindley_milner – Hindley-Milner type-checking and inference
  • hask.lang.lazylist – A lazy List
  • hask.lang.syntax – The “syntactic” elements to build Hask programs
  • hask.lang.type_system – The implementation of the type system
  • hask.lang.typeclasses – The standard type classes
  • hask.Control.Applicative – The Applicative type class
  • hask.Control.Monad – The Monad type class
  • hask.Data.Char – The Data.Char
  • hask.Data.Either – The Data.Either
  • hask.Data.Eq – The Data.Eq
  • hask.Data.Foldable – The Data.Foldable
  • hask.Data.Functor – The Data.Functor
  • hask.Data.List – The Data.List
  • hask.Data.Maybe – The Data.Maybe
  • hask.Data.Monoid – The Data.Monoid
  • hask.Data.Num – The Data.Num
  • hask.Data.Ord – The Data.Ord
  • hask.Data.Ratio – The Data.Ratio
  • hask.Data.String – The Data.String
  • hask.Data.Traversable – The Data.Traversable
  • hask.Data.Tuple – The Data.Tuple
  • hask.Python.builtins – Python builtins as Hask functions
Next Previous

© Copyright 2018, Bill Murphy. Revision 4d2f0aad.

Built with Sphinx using a theme provided by Read the Docs.