I'm trying to port PgMigrator.fromFileSystem to SQLite package with custom migration loader. When I'm iterating over files I want to read them so I pass FileSystem in the map to read it but typescript screams that the Loader must not return an effect with any requirements.
Is there a way to "reset" requirements in the pipeline? (Image with comments)