CurryInfo: xmldata-3.0.0 / Data2Xml.outDirOf

definition:
outDirOf :: [Option] -> String
outDirOf [] = "."
outDirOf (o : os) = case o of OutDir d -> d
                              _        -> outDirOf os
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({[]}) |-> {:} || ({:}) |-> _}
name:
outDirOf
precedence:
no precedence defined
result-values:
_
signature:
[Option] -> String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms