CurryInfo: icurry-3.2.0 / ICurry.Options.qmapLookup

definition: Info
 
qmapLookup :: QName -> [(String, Map.Map String a)] -> Maybe a
qmapLookup (mn,fn) mmap =
  maybe Nothing
        (\fm -> Map.lookup fn fm)
        (lookup mn mmap)
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Looks up the info for a qualified name in a map.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({(,)},_) |-> _}
name: Info
 qmapLookup
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (String, String) -> [(String, Data.Map.Map String a)] -> Prelude.Maybe a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term