Skip to content

Commit

Permalink
Add Text.Trifecta.Result to Text.Trifecta exports
Browse files Browse the repository at this point in the history
  • Loading branch information
istathar committed Feb 12, 2013
1 parent afe03e8 commit 85579d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Text/Trifecta.hs
Expand Up @@ -18,6 +18,7 @@ module Text.Trifecta
, module Text.Parser.Combinators
, module Text.Parser.Char
, module Text.Parser.Token
, module Text.Parser.Result
) where

import Text.Trifecta.Rendering
Expand All @@ -28,3 +29,4 @@ import Text.Trifecta.Rope
import Text.Parser.Combinators
import Text.Parser.Char
import Text.Parser.Token
import Text.Parser.Result

0 comments on commit 85579d3

Please sign in to comment.