lean4-htt/src/Init/Omega.lean
2026-02-05 09:10:32 +00:00

18 lines
650 B
Text

/-
Copyright (c) 2023 Lean FRO, LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Kim Morrison
-/
module
prelude
public import Init.Omega.Int
public import Init.Omega.IntList
public import Init.Omega.LinearCombo
public import Init.Omega.Constraint
public import Init.Omega.Logic
public import Init.Data.Int.Lemmas -- shake: keep (`omega` output dependency)
public import Init.Data.Int.Order -- shake: keep (`omega` output dependency)
public import Init.Data.Nat.Order -- shake: keep (`omega` output dependency)
public import Init.Data.Order.Lemmas -- shake: keep (`omega` output dependency)