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

12 lines
253 B
Text

/-
Copyright (c) 2021 Daniel Fabian. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Daniel Fabian
-/
module
prelude
public import Lean.Data.Xml.Basic
public import Lean.Data.Xml.Parser
public section