small doc fix to pisJust
This commit is contained in:
parent
9dc4a87ab3
commit
ccf8229eed
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ pfromMaybe = phoistAcyclic $
|
|||
PJust a' -> a'
|
||||
PNothing -> e
|
||||
|
||||
-- | Yield True if a given PMaybe is of form PJust _.
|
||||
-- | Yield True if a given PMaybe is of form @'PJust' _@.
|
||||
pisJust :: forall a s. Term s (PMaybe a :--> PBool)
|
||||
pisJust = phoistAcyclic $
|
||||
plam $ \v' ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue