1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Add a hint about maybeM.

This commit is contained in:
Rob Rix 2018-05-30 10:37:16 -04:00
parent 9caf8893b6
commit 90ad5bc45e

View File

@ -31,3 +31,5 @@ error "avoid init" = init
error "avoid last" = last
where note = "last is partial; consider pattern-matching"
error "use maybeM" = maybe a pure ==> maybeM a