trifecta 0.16 → 0.16.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- Text/Trifecta/Parser/Class.hs +2/−2
- trifecta.cabal +1/−1
Text/Trifecta/Parser/Class.hs view
@@ -35,7 +35,7 @@ infix 0 <?> class ( Alternative m, MonadPlus m) => MonadParser m where- -- * non-committal actions+ -- non-committal actions try :: m a -> m a labels :: m a -> Set String -> m a liftIt :: It Rope a -> m a@@ -43,7 +43,7 @@ unexpected :: MonadParser m => String -> m a line :: m ByteString - -- * actions that definitely commit+ -- actions that definitely commit release :: Delta -> m () satisfy :: (Char -> Bool) -> m Char
trifecta.cabal view
@@ -1,6 +1,6 @@ name: trifecta category: Text, Parsing, Diagnostics, Pretty Printer, Logging-version: 0.16+version: 0.16.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE