Question about `Effect.asSome` return type being `Option.Some` instead of `Option.Option`

Shouldn't Effect.asSome return an Option.Some type rather than a Option.Option?

Docs:
https://effect-ts.github.io/effect/effect/Effect.ts.html#assome
Was this page helpful?