CurryInfo: stylechecker-2.0.0 / Check.AST.Indent.Data.getSigSpan

definition:
 
getSigSpan :: FieldDecl -> Span
getSigSpan fd = case fd of
  (FieldDecl (SpanInfo _ (s:_)) _ _) -> s
  _ -> error "getSigSpan: NoSpan"
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
Picks out span of `::`.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({FieldDecl}) |-> _}
name:
 getSigSpan
precedence:
 no precedence defined
result-values:
 _
signature:
 Curry.Types.FieldDecl -> Curry.Span.Span
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms