diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-15 14:23:31 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-15 14:23:31 +0200 |
| commit | bb570329a9265891e01d8fedb903ca4715dad316 (patch) | |
| tree | 68f0353d43ea2835755f00388ed0c59a1fb10e62 /Kb.lean | |
| download | kb-bb570329a9265891e01d8fedb903ca4715dad316.tar.zst | |
Works
Diffstat (limited to '')
| -rw-r--r-- | Kb.lean | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +-- This module serves as the root of the `Kb` library. +-- Import modules here that should be built as part of the library. +import Kb.Basic |
