import * as Optic from "effect/Optic" type S = { readonly a: number } const optic = Optic.id().key("a") optic.getResult({ a: 1 })