lean4-htt/src/Std/Internal.lean
Henrik Böving edecf3d4ba
chore: move Lean.Data.Parsec to Std.Internal.Parsec (#5115)
Again as discussed for bootstrapping reasons.
2024-08-21 15:26:17 +00:00

12 lines
349 B
Text

/-
Copyright (c) 2024 Lean FRO, LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Henrik Böving
-/
prelude
import Std.Internal.Parsec
/-!
This directory is used for components of the standard library that are either considered
implementation details or not yet ready for public consumption.
-/