bump plutarch/LPE/PCB; point plutarch to master branch
This commit is contained in:
parent
00a3931df8
commit
ce787fe19c
6 changed files with 618 additions and 1578 deletions
|
|
@ -728,6 +728,7 @@ phasNeutralEffect = phoistAcyclic $ PAssocMap.pany # PAssocMap.pnull
|
|||
-}
|
||||
pisEffectsVotesCompatible ::
|
||||
forall (s :: S).
|
||||
(PIsListLike PList PResultTag) =>
|
||||
Term
|
||||
s
|
||||
( PMap 'Sorted PResultTag PProposalEffectGroup
|
||||
|
|
@ -735,7 +736,7 @@ pisEffectsVotesCompatible ::
|
|||
:--> PBool
|
||||
)
|
||||
pisEffectsVotesCompatible = phoistAcyclic $
|
||||
plam $ \((PM.pkeys #) -> effectKeys) ((PM.pkeys #) . pto -> voteKeys) ->
|
||||
plam $ \((PM.pkeys @PList #) -> effectKeys) ((PM.pkeys #) . pto -> voteKeys) ->
|
||||
plistEquals # effectKeys # voteKeys
|
||||
|
||||
{- | Retutns true if vote counts of /all/ the options are zero.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue