fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

Haskell data type inheriting C++ Proxy class using std::function

Open wavewave opened this issue 6 years ago • 0 comments

As we have std::function support, in principle, a Haskell data type (Handle pattern with function as data) can inherit C++ class directly. This is particularly useful for GUI application like Qt, which uses inheritance as app development mechanism.

wavewave avatar Nov 28 '19 18:11 wavewave