Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hix.Managed.Data.Constraints
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
.
Constructors
MutationConstraints | |
Fields
|
Instances
newtype EnvConstraints Source #
Constructors
EnvConstraints (Map PackageName MutationConstraints) |