CurryInfo: currycheck-4.0.0 / CurryCheck.firstWord

definition:
firstWord :: String -> String
firstWord = head . splitOn "\t" . head . splitOn " "
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Extracts the first word of a string
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
firstWord
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term