CurryInfo: det-parse-3.0.0 / DetParse.<$>

definition: Info
 
(<$>) :: (a -> b) -> Parser a -> Parser b
f <$> p = map (\(x, s) -> (f x, s)) . p
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Builds a parser that applies a function to the result of the original
parser.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixl
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 <$>
precedence: Info
 4
result-values: Info
 {.._#lambda508}
signature: Info
 (a -> b) -> (String -> [(a, String)]) -> String -> [(b, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms