1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

Restrict fromJust.

This commit is contained in:
Rob Rix 2018-06-19 09:27:05 -04:00
parent 27851eb236
commit 276257c71e

View File

@ -11,6 +11,7 @@
- {name: tail, within: []}
- {name: init, within: []}
- {name: last, within: []}
- {name: fromJust, within: []}
# Replace a $ b $ c with a . b $ c
- group: {name: dollar, enabled: true}