yield* post(authenticate_route, (req, res) => {
Effect.gen(function* () {
const client = yield* Http.client.Client; <- unhappy code
})
yield* post(authenticate_route, (req, res) => {
Effect.gen(function* () {
const client = yield* Http.client.Client; <- unhappy code
})