CurryInfo: cass-analysis-4.0.0 / Analysis.ProgInfo.lookupProgInfo

definition:
lookupProgInfo:: QName -> ProgInfo a -> Maybe a
lookupProgInfo key (ProgInfo map1 map2) =
 case lookup key map1 of
  Just x -> Just x
  Nothing ->  lookup key map2
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Gets the information about an entity.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{ProgInfo}) |-> {Just,Nothing}}
name:
lookupProgInfo
precedence:
no precedence defined
result-values:
{Just,Nothing}
signature:
(String, String) -> ProgInfo a -> Prelude.Maybe a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term