File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1818    " package.json" 
1919  ],
2020  "dependencies" : {
21-     "purescript-transformers" :  " ~0.2.1" 
22-     "purescript-either" :        " ~0.1.3" 
21+     "purescript-transformers" :  " ~0.3.0" 
22+     "purescript-either" :        " ~0.1.4" 
23+     "purescript-identity" :      " ~0.1.0" 
2324    "purescript-maybe" :         " ~0.2.1" 
2425    "purescript-arrays" :        " ~0.2.1" 
25-     "purescript-strings" :       " ~0.4.0 " 
26-     "purescript-foldable-traversable" : " ~0.1.3 " 
26+     "purescript-strings" :       " ~0.4.1 " 
27+     "purescript-foldable-traversable" : " ~0.1.4 " 
2728  }
2829}
Original file line number Diff line number Diff line change 4141
4242    instance plusParserT :: (Monad m) => Plus (ParserT s m) 
4343
44+     instance showParseError :: Show ParseError 
45+ 
4446
4547### Values  
4648
5759
5860## Module Text.Parsing.Parser.Combinators  
5961
60- ### Type Class Instances  
61- 
62-     instance showParseError :: Show ParseError 
63- 
64- 
6562### Values  
6663
6764    (<?>) :: forall m s a. (Monad m) => ParserT s m a -> String -> ParserT s m a 
Original file line number Diff line number Diff line change 11module  Text.Parsing.Parser  where 
22
33import  Data.Either 
4+ import  Data.Identity 
45import  Data.Maybe 
56import  Data.Monoid 
67import  Data.Tuple 
@@ -9,7 +10,6 @@ import Control.Alt
910import  Control.Alternative 
1011import  Control.Lazy 
1112import  Control.Monad 
12- import  Control.Monad.Identity 
1313import  Control.Monad.Trans 
1414import  Control.Monad.State.Class 
1515import  Control.Monad.State.Trans 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments