lean4_cli_example/Lean4CliExample.lean
2024-06-03 13:14:48 +09:00

4 lines
200 B
Text

-- This module serves as the root of the `Lean4CliExample` library.
-- Import modules here that should be built as part of the library.
import «Lean4CliExample».Basic
import «Lean4CliExample».Cli