You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
wavewave
changed the title
Haskell data type inheriting C++ class using std::function
Haskell data type inheriting C++ Proxy class using std::function
Dec 23, 2019
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.The text was updated successfully, but these errors were encountered: