definition: |
validModuleName :: String -> Bool validModuleName = all (\c -> isAlphaNum c || c == '_' || c == '.') |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Is a string a valid module name? |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
validModuleName |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
String -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |