turbolift-core
turbolift-core
turbolift
Computation
Computation
ComputationInstances
Effect
Effect
Combine2
Combine3
Combine4
Handler
HandleApply
PartiallyProvideWithApply
Handler
Implicits
Signature
turbolift.extra_effects
AcyclicMemoizer
AcyclicMemoizerSig
AutoInc
AutoIncSig
CyclicMemoizer
CyclicMemoizerSig
MonoGraph
AtApply
MonoGraphSig
PolyGraph
AtApply
PolyGraphSig
ReaderWriterState
Syntax
turbolift.internals.aux
CanPartiallyHandle
CanPartiallyHandle
CanRun
CanRun
CanTotallyHandle
CanTotallyHandle
turbolift.internals.effect
AnyChoice
turbolift.internals.engine
Step
StepCases
Done
More
ZipLeft
ZipRight
TrampolineCases
Done
DoneOrMore
FlatMap
More
TrampolineInstances
turbolift.internals.extensions
AllOrphanedExtensions
ComputationExtensions
ComputationExtensions
HandleWithApply
HandlerExtensions
turbolift.internals.extensions.orphaned
FoldExtensions
MapFilterExtensions
MiscExtensions
TraverseExtensions
turbolift.internals.interpreter
Control
Control
Interpreter
Interpreter
InterpreterCases
Flow
Proxy
Stateful
Stateless
InverseControl
turbolift.std_effects
Choice
ChoiceEffect
handlers
ChoiceSig
Each
Error
ErrorEffect
handlers
ErrorG
ErrorGK
ErrorK
ErrorSig
Fail
Reader
ReaderSig
State
StateSig
Writer
WriterEffect
WriterG
WriterGK
WriterK
WriterSig
turbolift.std_effects.default_handlers
FlippedPairFunctor
turbolift.typeclass
Accum
Accum
AccumZero
AccumZero
ExtendTuple
ExtendTuple
MonadZip
MonadZip
given_MonadZip_Id
Syntax
turbolift-core
/
turbolift.internals.interpreter
/
InterpreterCases
/
Stateless
Stateless
abstract
class
Stateless
[
F
[
_
]]
extends
Flow
Graph
Supertypes
Known subtypes
trait
Flow
trait
Interpreter
trait
Signature
class
Object
trait
Matchable
class
Any
class
Stateless
[
F
]
Type members
Value members
Type members
Types
final override
type
Initial
=
Unit
final override
type
Result
[
+
A
] =
F
[
A
]
final override
type
ThisControl
[
U
] = [
M
[
_
],
X
]
=>>
M
[
F
[
X
]]
Control_!!
U
final override
type
Trans
[
M
[
_
],
X
] =
M
[
F
[
X
]]
Inherited types
final override
type
!@!
[
A
,
U
] =
ThisControl
[
U
]
=>
Any
{
def
apply(kk:
ThisControl
[
U
]):
Trans
[
LowerMonad
,
UpperFunctor
[
A
]]; }
Inherited from:
Flow
final override
type
IntroEffect
=
Any
Inherited from:
Flow
final
type
ThisControlBound
[
U
] =
Trans
Control_!!
U
Inherited from:
Flow
type
ThisEffect
Inherited from:
Signature
final
type
ThisHandler
=
Handler
[
Result
,
ThisEffect
,
IntroEffect
]
Inherited from:
Interpreter
Value members
Concrete methods
final
def
toHandler
:
ThisHandler
Inherited methods
def
onFlatMap
[
A
,
B
,
M
[
_
] :
MonadZip
](
tma:
Trans
[
M
,
A
])(
f:
A
=>
Trans
[
M
,
B
]):
Trans
[
M
,
B
]
Inherited from:
Flow
def
onPure
[
A
](
a:
A
):
Trans
[[
X
]
=>>
X
,
A
]
Inherited from:
Flow
def
onZip
[
A
,
B
,
M
[
_
] :
MonadZip
](
tma:
Trans
[
M
,
A
],
tmb:
Trans
[
M
,
B
]):
Trans
[
M
, (
A
,
B
)]
Inherited from:
Flow