File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2017,6 +2017,7 @@ import Mathlib.Init.Control.Lawful
20172017import Mathlib.Init.Core
20182018import Mathlib.Init.Data.Bool.Basic
20192019import Mathlib.Init.Data.Bool.Lemmas
2020+ import Mathlib.Init.Data.Buffer.Parser
20202021import Mathlib.Init.Data.Fin.Basic
20212022import Mathlib.Init.Data.Int.Basic
20222023import Mathlib.Init.Data.Int.Bitwise
Original file line number Diff line number Diff line change 1+ /-
2+ Copyright (c) 2017 Microsoft Corporation. All rights reserved.
3+ Released under Apache 2.0 license as described in the file LICENSE.
4+ Authors: Gabriel Ebner
5+
6+ ! This file was ported from Lean 3 source module data.buffer.parser
7+ ! leanprover-community/lean commit 549e2fed50b361d0d49a3dd1e7ccb6de9440059b
8+ ! Please do not edit these lines, except to modify the commit id
9+ ! if you have ported upstream changes.
10+
11+ Porting note:
12+ As the parsing framework has completely changed in Lean 4
13+ there is no point porting these files directly.
14+ They can be rewritten from scratch as needed, just as for tactics.
15+ -/
You can’t perform that action at this time.
0 commit comments