package
Version:
v0.0.0-...-0e61b49
Opens a new window with list of versions in this module.
Published: Dec 15, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewDefaultEffect[A, B any]() *chanEffectHandler[A, B]
type Coroutine[A, B any] interface {
Resume(A) B
Return(B)
}
type EffMonad[A any] struct {
}
type Exception interface {
Throw(error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.