small doc fix to pisJust

This commit is contained in:
fanghr 2022-05-07 17:00:59 +08:00
parent 50deac1175
commit 6ab6afbdb7

View file

@ -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' ->