Dependencies for semirings-0.1.2

library

Flags

Manual Flags

NameDescriptionDefault
hashable

You can disable the use of the hashable package using `-f-hashable`.

Disabling this may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply instances of Hashable

Note: `-f-hashable` implies `-f-unordered-containers`, as we are necessarily not able to supply those instances as well.

Enabled
containers

You can disable the use of the containers package using `-f-containers`.

Disabling this may be useful for accelerating builds in sandboxes for expert users.

Enabled
unordered-containers

You can disable the use of the `unordered-containers` package using `-f-unordered-containers`.

Disabling this may be useful for accelerating builds in sandboxes for expert users.

Enabled
Automatic Flags
NameDescriptionDefault
constrictor

You can disable the use of the constrictor package using `-f-constrictor`.

Disabling this may be useful for accelerating builds in sandboxes for expert users. default: True manual: True

Enabled
vector

You can disable the use of the vector package using `-f-vector`.

Disabling this may be useful for accelerating builds in sandboxes for expert users. default: True manual: True

Enabled

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