definition: |
readPrologFile :: String -> IO [PlClause] readPrologFile f = readFile f >>= return . parseProlog |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Reads a file containing a Prolog program and return the Prolog clauses. |
failfree: |
<FAILING> |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
readPrologFile |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Prelude.IO [Language.Prolog.Types.PlClause] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |