11 lines
404 B
Text
11 lines
404 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
|
|
-/
|
|
prelude
|
|
import Lean.PrettyPrinter.Delaborator.Options
|
|
import Lean.PrettyPrinter.Delaborator.SubExpr
|
|
import Lean.PrettyPrinter.Delaborator.TopDownAnalyze
|
|
import Lean.PrettyPrinter.Delaborator.Basic
|
|
import Lean.PrettyPrinter.Delaborator.Builtins
|