Quick feature request, I really enjoy working with hslua, so thanks a lot for the maintenance and stewardship over it 馃槂
I was wondering if it would be useful to have a typed field kind, similar to how functions have parameters with descriptions, types and so on. Right now I have resorted to adding this to the documentation string, but it'd be nice to have them in the type themselves. I'm writing a renderer to be used with lua-language-server annotations to give automatic typings and autocompletion for HsLua modules.
Quick feature request, I really enjoy working with
hslua, so thanks a lot for the maintenance and stewardship over it 馃槂I was wondering if it would be useful to have a typed field kind, similar to how functions have parameters with descriptions, types and so on. Right now I have resorted to adding this to the documentation string, but it'd be nice to have them in the type themselves. I'm writing a renderer to be used with lua-language-server annotations to give automatic typings and autocompletion for HsLua modules.