ok_computer

v0.1.0

  • Pages
  • Modules

    ok_computer v0.1.0 Monad behaviour View Source

    Link to this section Summary

    Types

    monad()

    Callbacks

    bind(monad, function)
    return(any)

    Link to this section Types

    Link to this type

    monad() View Source
    monad() :: any()

    Link to this section Callbacks

    Link to this callback

    bind(monad, function) View Source
    bind(monad(), (any() -> monad())) :: monad()

    Link to this callback

    return(any) View Source
    return(any()) :: monad()

    Built using ExDoc (v0.19.2), designed by Friedel Ziegelmayer for the Elixir programming language.