Navigation

  • index
  • modules |
  • next |
  • previous |
  • Hymn 1.1.0 documentation »
  • API Reference

API ReferenceΒΆ

  • The Monoid Class
    • Monoid
    • append()
    • Hy Specific API
    • Examples
  • The Monad Class
    • Monad
  • The MonadPlus Class
    • MonadPlus
  • The Continuation Monad
    • Continuation
    • call_cc()
    • Hy Specific API
    • Examples
  • The Either Monad
    • Either
    • Left
    • Right
    • is_left()
    • is_right()
    • either()
    • failsafe()
    • to_either()
    • Hy Specific API
    • Examples
  • The Identity Monad
    • Identity
    • Hy Specific API
    • Examples
  • The Lazy Monad
    • Lazy
    • force()
    • is_lazy()
    • Hy Specific API
    • Examples
  • The List Monad
    • List
    • fmap()
    • Hy Specific API
    • Examples
  • The Maybe Monad
    • Maybe
    • Just
    • Nothing
    • from_maybe()
    • to_maybe()
    • is_nothing()
    • Hy Specific API
    • Examples
  • The Reader Monad
    • Reader
    • asks()
    • reader()
    • local()
    • lookup()
    • ask
    • Hy Specific API
    • Examples
  • The State Monad
    • State
    • get_state()
    • lookup()
    • gets()
    • modify()
    • set_state()
    • set_value()
    • set_values()
    • update()
    • update_value()
    • Hy Specific API
    • Examples
  • The Writer Monad
    • Writer
    • writer_with_type()
    • Predefined Writers
    • Hy Specific API
    • Examples
  • Mixin Class
    • Ord
  • Macros
    • Operation Macros
    • Reader Macros
  • Monad Operations
    • k_compose()
    • k_pipe()
    • lift()
    • m_map()
    • replicate()
    • sequence()
  • Utility Functions and Types
    • Classes
    • Functions
  • DSL

Previous topic

Examples

Next topic

The Monoid Class

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Hymn 1.1.0 documentation »
  • API Reference
© Copyright 2014-2023, Philip Xu. Created using Sphinx 7.2.6.