Pointless API Docs

pointless/prelude/io.ptls (source)


print(value) link
Generate command sequence to print the string rep for value

println(value) link
Generate command sequence to print value with a newline

printLines(iter) link
Print each element in a sequence on a separate line

printFrame(value) link
Generate command sequence to clear console and print value with newline

printFrames link
Print each element in a sequence in a separate frame

debug(value) link
An identity function which logs its argument
Useful for debugging

readLines link
Read lines of input lazily

readFile link
Get the text from the file at a given path

readFileLines link
Get the lines from the file at a given path