import * as careful from "https://deno.land/x/careful@v0.1.0/src/containers/IO.ts"; ClassescIOThe IO class represents a lazy computation that may produce a value of type A. It is essentially a wrapper around a function of type () => A, which is called the "effect". Type AliasesTAnyEffectTAsyncEffectTEffect