Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Core types used internally
Documentation
A mostly internally used type for representing Success/Error, with a special applicative instance
resultMapError :: (v -> w) -> Result v a -> Result w a Source
Map over the error type of a Result
The different input types sent by the browser