Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data MutationConstraints = MutationConstraints {}
- newtype EnvConstraints = EnvConstraints (Map PackageName MutationConstraints)
Documentation
data MutationConstraints Source #
Left-biased semigroup op.
TODO it might be sensible to split the non-mutation deps out of this type so it can be keyed by MutableDep
.
MutationConstraints | |
|
Instances
newtype EnvConstraints Source #