nee-core
/
dev.neeffect.nee
/
Nee
/
constWithError
constWithError
fun
<
R
,
E
,
A
>
constWithError
(
effect
:
Effect
<
R
,
E
>
,
func
:
(
R
)
->
Out
<
E
,
A
>
)
:
Nee
<
R
,
E
,
A
>