diff --git a/elm.json b/elm.json index 259d60e..277350d 100644 --- a/elm.json +++ b/elm.json @@ -11,7 +11,7 @@ "Install.TypeVariant", "Install.Function", "Install.Import", - "Install.Type", + "Install.Type" ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { diff --git a/src/Install/Type.elm b/src/Install/Type.elm index be40909..6625656 100644 --- a/src/Install/Type.elm +++ b/src/Install/Type.elm @@ -3,11 +3,11 @@ module Install.Type exposing (makeRule) {-| `Install.Type` provides a rule that checks if a type is present in the given module and if not, it adds it right after the imports. - For example, the rule +For example, the rule Install.Type.makeRule "Frontend" "Magic" [ "Inactive", "Wizard String", "Spell String Int"] - results in insertion the text below in the module "Frontend": +results in insertion the text below in the module "Frontend": type Magic = Inactive