[ library(lint) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

lint(+File)

Check the given source module file
File
Name of the source file (atom or string)

Description

Analyse a source file, do various heuristic checks on the code, and print warnings if appropriate. This is equivalent to
	lint(File, [])
    

See Also

lint / 2