Dependencies for seqaid-0.1.1

library
seqaid
seqaidpp

Flags

Automatic Flags
NameDescriptionDefault
try_inject_noinline_on_requested_binds

If we can prevent inling of injected binds (without requiring user edits), that would probably be a good trade off in terms of lost optimiser oppportunities in exchange for assurance that the bind won't be inlined. This didn't work, and is a poor solution anyway.

Disabled
seqable_only

Like NFDATAN_ONLY, but for newer Seqable module.

Disabled
th_type_in_types_ann

Actually this is just preparatory, haven't gone down this road far yet. (We would like a TH.Type to Type.Type conversion function in the GHC API. Then we'd just send the list of Type.Type for direct use by the Core-plugin downstream).

Disabled
seqaidpp_types

Rather than choose types to seqinj for based on the types of the top-level binds, use seqaidpp to parse the types from seqaid.config. This stays on perpetually, finally, and could be removed soon.

Enabled
infer_top_level_types

If True, then TH/modulespection will be used as it has been, to blanket-inject all top-level functions (at least, those not explicitly or implicitly excluded). Now, if False, only RHS's with result types in the "types" list for the module (in seqaid.config) will be wrapped (again, at least those not explicitly or implicitly excluded).

Disabled
demo_mode

This is the only working mode in the first release. (And it only works when tested on the "leaky" package.) The switch exists to exclude hashable/hashtables deps (and subdeps) from the first release, while I can continue to work on this aspect in the development head.

Enabled
dbg_seqaid

When set, every call to seqaidDispatch emits a line of info.

Enabled
no_top_level_seqinj_dummies

If have to inject a class and instance anyway to evade DCE, no need for the old top-level seqinj_ declarations (we hope...).

Disabled
nfdatan_only

To simplify debugging.

Disabled
show_type

Include Typeable instance for (show . typeOf) in seqaidDispatch

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info