bennofs / reflex-host

Higher level support for implementing reflex frameworks
Other
30 stars 11 forks source link

Fix missing headE implementation #9

Closed NCrashed closed 6 years ago

NCrashed commented 6 years ago

In latest reflex the headE is moved to MonadHold class, that causes runtime errors:

src/Reflex/Host/App/Internal.hs:209:10-48: No instance nor default method for class operation headE
bennofs commented 6 years ago

Thanks!