* Prevent possibility of mixing functions for different dispatch types
* Rename Rep to EffectR
* Turn DataR into a data family
* Fix doctest with GHC 9.2.1
* HandlerR -> Handler, EffectR -> EffectRep, DataR -> StaticRep
* Safer unsafeConsEnv
* Better haddock
* Rename *Data operations to *StaticRep
* Haddock adjustment
* More haddock adjustments
* One more haddock adjustment
* Moved effectful library to a subdirectory
* Initial commit of the effectful-core library
* Removed tests/benchmarks/examples from effectful-core package
* Removed READMEs from packages
* Updated CI
* Refactored doctest script
This is a bit closer to the CI setup.
* Adjusted dependencies
* Updated README
* Updated the package descriptions
* Added examples to test suite