CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.annPattern

definition:
annPattern :: APattern a -> a
annPattern (APattern  a _ _) = a
annPattern (ALPattern a _  ) = a
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Extract the annotation of an annotated pattern.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({APattern}) |-> _ || ({ALPattern}) |-> _}
name:
annPattern
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Annotated.Types.APattern a -> a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms