This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
compilation/tp/tp-reduce-reduce/functions-multiple-arguments/dune

11 lines
162 B
Text
Raw Permalink Normal View History

2023-10-23 16:00:15 +02:00
(ocamllex lexer)
(menhir
(flags --explain --inspection --table)
(modules parser))
(executable
(name fun)
(ocamlopt_flags :standard)
(libraries menhirLib)
)