0.2.5 #43

Merged
Thilawyn merged 94 commits from next into master 2026-03-31 21:01:13 +02:00
Showing only changes of commit 7f18fc5553 - Show all commits

View File

@@ -271,8 +271,11 @@ export const updateAndGetEffect: {
Effect.gen(function*() { Effect.gen(function*() {
const myChunkRef = yield* SubscriptionRef.make(Chunk.make(12, 38, 69) as Chunk.Chunk<number>) const ref = yield* SubscriptionRef.make({
const chunkValueLens = myChunkRef.pipe( values: [13, 69, 1488]
})
const myValueLens = myChunkRef.pipe(
fromSubscriptionRef, fromSubscriptionRef,
mapChunkAt(1), mapChunkAt(1),
) )