lens icon indicating copy to clipboard operation
lens copied to clipboard

struct/lens should define a struct-lens:id transformer

Open jackfirth opened this issue 10 years ago • 2 comments

Similar to the struct:foo form created by (struct foo ...), this should be a transformer binding holding a list of the lens ids. Used for reflection at compile time. struct-lenses-out should use this.

jackfirth avatar Dec 04 '15 07:12 jackfirth

Would it be at all possible to use some sort of weird thing with a splicing-local or something to put that information in the main id transformer along with the struct-info?

AlexKnauth avatar Dec 04 '15 16:12 AlexKnauth

Maybe, but it'd probably be simpler and easier to just keep it separate.

jackfirth avatar Dec 04 '15 17:12 jackfirth