Skip to content

Commit

Permalink
moving VerbalExpression export to the top of the pile just because
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Westby committed Jan 7, 2016
1 parent e186b1c commit 6610e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VerbalExpressions.elm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module VerbalExpressions
( verex
( VerbalExpression
, verex
, startOfLine
, endOfLine
, followedBy
Expand All @@ -25,7 +26,6 @@ module VerbalExpressions
, toRegex
, toString
, replace
, VerbalExpression
) where

{-| Elm port of [VerbalExpressions](https://github.com/VerbalExpressions)
Expand Down

0 comments on commit 6610e62

Please sign in to comment.