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

Name the maybeM rule.

This commit is contained in:
Rob Rix 2018-06-19 09:29:18 -04:00
parent c85d259714
commit ea7add7c61

View File

@ -42,4 +42,4 @@
- warning: {lhs: termFOut . unTerm, rhs: termOut, name: Use termOut}
# Conveniences
- warning: {lhs: maybe a pure, rhs: maybeM a}
- warning: {lhs: maybe a pure, rhs: maybeM a, name: Use maybeM}