lean4_cli_example/Lean4CliExample.lean

5 lines
200 B
Text
Raw Normal View History

2024-06-03 13:13:33 +09:00
-- 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