lean4-htt/src/Lean/PrettyPrinter/Delaborator.lean
2025-07-25 12:02:51 +00:00

15 lines
463 B
Text

/-
Copyright (c) 2020 Sebastian Ullrich. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Sebastian Ullrich
-/
module
prelude
public import Lean.PrettyPrinter.Delaborator.Options
public import Lean.PrettyPrinter.Delaborator.SubExpr
public import Lean.PrettyPrinter.Delaborator.TopDownAnalyze
public import Lean.PrettyPrinter.Delaborator.Basic
public import Lean.PrettyPrinter.Delaborator.Builtins
public section