lean4-htt/src/Std.lean
Markus Himmel 781c94f2cf
chore: test that there are no orphaned modules (#8082)
This PR adds a test that makes sure that there are no orphaned modules.
2025-04-24 11:55:07 +00:00

14 lines
299 B
Text

/-
Copyright (c) 2024 Lean FRO, LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Sebastian Ullrich
-/
prelude
import Std.Classes
import Std.Data
import Std.Sat
import Std.Sync
import Std.Time
import Std.Tactic
import Std.Internal
import Std.Net