small doc fix to pisJust
This commit is contained in:
parent
50deac1175
commit
6ab6afbdb7
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ pfromMaybe = phoistAcyclic $
|
||||||
PJust a' -> a'
|
PJust a' -> a'
|
||||||
PNothing -> e
|
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 :: forall a s. Term s (PMaybe a :--> PBool)
|
||||||
pisJust = phoistAcyclic $
|
pisJust = phoistAcyclic $
|
||||||
plam $ \v' ->
|
plam $ \v' ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue