Hask
latest

Contents:

  • Overview
  • hask3 – Hask API
  • Changelog
Hask
  • Docs »
  • Welcome to Hask3’s documentation!
  • Edit on GitHub

Welcome to Hask3’s documentation!¶

This is a fork for the original project hask for Python 3.4+ (see the our Travis CI builds to get the full list of supported versions).

Contents:

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

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2018, Bill Murphy. Revision e2c84575.

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