fix docstrings
This commit is contained in:
parent
8f2d8d6a15
commit
851bc8fc8d
4 changed files with 23 additions and 16 deletions
|
|
@ -814,7 +814,7 @@ pisEffectsVotesCompatible = phoistAcyclic $
|
|||
plam $ \((PM.pkeys @PList #) -> effectKeys) ((PM.pkeys #) . pto -> voteKeys) ->
|
||||
plistEquals # effectKeys # voteKeys
|
||||
|
||||
{- | Retutns true if vote counts of /all/ the options are zero.
|
||||
{- | Returns true if vote counts of /all/ the options are zero.
|
||||
|
||||
@since 0.2.0
|
||||
-}
|
||||
|
|
|
|||
|
|
@ -610,7 +610,7 @@ data StakeRedeemerImpl = StakeRedeemerImpl
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
{- | Retutn true if the stake was used to voted on the proposal.
|
||||
{- | Return true if the stake was used to voted on the proposal.
|
||||
|
||||
@since 1.0.0
|
||||
-}
|
||||
|
|
@ -624,7 +624,7 @@ pisVoter =
|
|||
_ -> pconstant False
|
||||
)
|
||||
|
||||
{- | Retutn true if the stake was used to create the proposal.
|
||||
{- | Return true if the stake was used to create the proposal.
|
||||
|
||||
@since 1.0.0
|
||||
-}
|
||||
|
|
@ -638,7 +638,7 @@ pisCreator =
|
|||
_ -> pconstant False
|
||||
)
|
||||
|
||||
{- | Retutn true if the stake was used to cosign the proposal.
|
||||
{- | Return true if the stake was used to cosign the proposal.
|
||||
|
||||
@since 1.0.0
|
||||
-}
|
||||
|
|
|
|||
|
|
@ -293,11 +293,6 @@ pmapMaybe = phoistAcyclic $
|
|||
)
|
||||
(const pnil)
|
||||
|
||||
-- -- | @since 1.0.0
|
||||
|
||||
-- -- | @since 1.0.0
|
||||
-- ppureIf'
|
||||
|
||||
infixl 3 #<|>
|
||||
|
||||
-- | @since 1.0.0
|
||||
|
|
@ -334,6 +329,10 @@ ppureIf = phoistAcyclic $
|
|||
(ppure # x)
|
||||
pempty
|
||||
|
||||
{- | Less then check using a `PComparator`.
|
||||
|
||||
@ since 1.0.0
|
||||
-}
|
||||
pltBy ::
|
||||
forall (a :: PType) (s :: S).
|
||||
Term
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue