The latest version of fusion-plugin is 0.2.7-3.

fusion-plugin

Version 0.1.0 revision 0 uploaded by pranaysashank.

Package meta

Synopsis
GHC plugin to make stream fusion more predictable.
Description

This plugin provides the programmer with a way to annotate certain types using a Fuse pragma. The programmer would annotate the types that are to be eliminated by fusion. During the simplifier phase the plugin goes through the relevant bindings and if one of these types are found inside a binding then that binding is marked to be inlined irrespective of the size.

This plugin was primarily motivated by streamly but it can be used in general.

Author
Pranay Sashank
Bug reports
https://github.com/composewell/fusion-plugin/issues
Category
Development
Copyright
(c) 2019 Composewell Technologies
Homepage
https://github.com/composewell/fusion-plugin
Maintainer
pranaysashank@composewell.com
Package URL
n/a
Stability
n/a

Components