Add missing documentation

This commit is contained in:
Jeroen Engels 2017-06-18 14:05:05 +02:00
parent 8eb386695a
commit 5bc6607750

View File

@ -69,6 +69,8 @@ type PatternPosition
| Last
{-| Configuration for the rule.
-}
type alias Configuration =
{ position : PatternPosition
}