Skip to content

Commit

Permalink
In Install/ClauseInCase, expose Config, CustomError
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed May 28, 2024
1 parent 2223581 commit cdb30cc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Install/ClauseInCase.elm
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module Install.ClauseInCase exposing
( init, makeRule, withInsertAfter, withCustomErrorMessage
, Config, CustomError
)
module Install.ClauseInCase exposing (init, makeRule, withInsertAfter, withCustomErrorMessage, Config, CustomError)

{-| Add a clause to a case expression in a specified function
in a specified module. For example, if you put the code below in your
Expand Down Expand Up @@ -45,7 +42,7 @@ in a specified module. For example, if you put the code below in your
|> Install.ClauseInCase.withCustomErrorMessage "Add handler for ResetCounter" []
|> Install.ClauseInCase.makeRule
@docs init, makeRule, withInsertAfter, withCustomErrorMessage
@docs init, makeRule, withInsertAfter, withCustomErrorMessage, Config, CustomError
-}

Expand Down

0 comments on commit cdb30cc

Please sign in to comment.