mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
benchmarks/prog/icfp2000_no_iostate/renderer.m:
Avoid a warning about an unused module in ther interface.
extras/curs/curs.m:
Delete an unused import.
extras/lex/lex.m:
Replace state variables that are not updated.
% vim: ts=4 sw=4 et ff=unix Copyright (C) 2002 The University of Melbourne Two library modules, lex and regex, provide facilities for the construction of lexical analyzers and for string matching and search and replace functionality respectively. README.lex provides a brief introduction to the lex module. README.regex provides a brief introduction to the regex module. The Mmakefile includes instructions for building and installing these libraries.