From e3a982b0fa52b50ef1cddd411019bbc629fbea69 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Sun, 25 Oct 2020 09:51:50 -0700 Subject: [PATCH] chore: move update stage0 --- stage0/src/Init/Coe.lean | 1 - stage0/src/Init/Control.lean | 1 - stage0/src/Init/Control/Alternative.lean | 1 - stage0/src/Init/Control/Applicative.lean | 1 - stage0/src/Init/Control/Conditional.lean | 1 - stage0/src/Init/Control/EState.lean | 1 - stage0/src/Init/Control/Except.lean | 1 - stage0/src/Init/Control/Functor.lean | 1 - stage0/src/Init/Control/Id.lean | 1 - stage0/src/Init/Control/Monad.lean | 1 - stage0/src/Init/Control/MonadControl.lean | 1 - stage0/src/Init/Control/MonadFunctor.lean | 1 - stage0/src/Init/Control/MonadLift.lean | 1 - stage0/src/Init/Control/Option.lean | 1 - stage0/src/Init/Control/Reader.lean | 1 - stage0/src/Init/Control/State.lean | 1 - stage0/src/Init/Control/StateRef.lean | 1 - stage0/src/Init/Data.lean | 1 - stage0/src/Init/Data/Array.lean | 1 - stage0/src/Init/Data/Array/Basic.lean | 1 - stage0/src/Init/Data/Array/BinSearch.lean | 1 - stage0/src/Init/Data/Array/ForIn.lean | 1 - stage0/src/Init/Data/Array/Macros.lean | 1 - stage0/src/Init/Data/Array/QSort.lean | 1 - stage0/src/Init/Data/Array/Subarray.lean | 1 - stage0/src/Init/Data/Basic.lean | 1 - stage0/src/Init/Data/ByteArray.lean | 1 - stage0/src/Init/Data/ByteArray/Basic.lean | 1 - stage0/src/Init/Data/Char.lean | 1 - stage0/src/Init/Data/Char/Basic.lean | 1 - stage0/src/Init/Data/Fin.lean | 1 - stage0/src/Init/Data/Fin/Basic.lean | 1 - stage0/src/Init/Data/Float.lean | 1 - stage0/src/Init/Data/FloatArray.lean | 1 - stage0/src/Init/Data/FloatArray/Basic.lean | 1 - stage0/src/Init/Data/Hashable.lean | 1 - stage0/src/Init/Data/Int.lean | 1 - stage0/src/Init/Data/Int/Basic.lean | 1 - stage0/src/Init/Data/List.lean | 1 - stage0/src/Init/Data/List/Basic.lean | 1 - stage0/src/Init/Data/List/BasicAux.lean | 1 - stage0/src/Init/Data/List/Control.lean | 1 - stage0/src/Init/Data/Nat.lean | 1 - stage0/src/Init/Data/Nat/Basic.lean | 1 - stage0/src/Init/Data/Nat/Bitwise.lean | 1 - stage0/src/Init/Data/Nat/Control.lean | 1 - stage0/src/Init/Data/Nat/Div.lean | 1 - stage0/src/Init/Data/Option.lean | 1 - stage0/src/Init/Data/Option/Basic.lean | 1 - stage0/src/Init/Data/Option/BasicAux.lean | 1 - stage0/src/Init/Data/Option/Instances.lean | 1 - stage0/src/Init/Data/Random.lean | 1 - stage0/src/Init/Data/Range.lean | 1 - stage0/src/Init/Data/Repr.lean | 1 - stage0/src/Init/Data/String.lean | 1 - stage0/src/Init/Data/String/Basic.lean | 1 - stage0/src/Init/Data/String/Extra.lean | 1 - stage0/src/Init/Data/ToString.lean | 1 - stage0/src/Init/Data/ToString/Basic.lean | 1 - stage0/src/Init/Data/ToString/Macro.lean | 1 - stage0/src/Init/Data/UInt.lean | 1 - stage0/src/Init/Fix.lean | 1 - stage0/src/Init/LeanInit.lean | 1 - stage0/src/Init/System.lean | 1 - stage0/src/Init/System/FilePath.lean | 1 - stage0/src/Init/System/IO.lean | 1 - stage0/src/Init/System/IOError.lean | 1 - stage0/src/Init/System/Platform.lean | 1 - stage0/src/Init/System/ST.lean | 1 - stage0/src/Init/Util.lean | 1 - stage0/src/Init/WF.lean | 1 - stage0/src/Lean/Attributes.lean | 1 - stage0/src/Lean/AuxRecursor.lean | 1 - stage0/src/Lean/Class.lean | 1 - stage0/src/Lean/Compiler.lean | 1 - .../src/Lean/Compiler/BorrowedAnnotation.lean | 1 - stage0/src/Lean/Compiler/ClosedTermCache.lean | 1 - stage0/src/Lean/Compiler/ConstFolding.lean | 1 - stage0/src/Lean/Compiler/ExportAttr.lean | 1 - stage0/src/Lean/Compiler/ExternAttr.lean | 1 - stage0/src/Lean/Compiler/IR.lean | 1 - stage0/src/Lean/Compiler/IR/Basic.lean | 1 - stage0/src/Lean/Compiler/IR/Borrow.lean | 1 - stage0/src/Lean/Compiler/IR/Boxing.lean | 1 - stage0/src/Lean/Compiler/IR/Checker.lean | 1 - stage0/src/Lean/Compiler/IR/CompilerM.lean | 1 - stage0/src/Lean/Compiler/IR/CtorLayout.lean | 1 - .../Lean/Compiler/IR/ElimDeadBranches.lean | 1 - stage0/src/Lean/Compiler/IR/ElimDeadVars.lean | 1 - stage0/src/Lean/Compiler/IR/EmitC.lean | 1 - stage0/src/Lean/Compiler/IR/EmitUtil.lean | 1 - .../Lean/Compiler/IR/ExpandResetReuse.lean | 1 - stage0/src/Lean/Compiler/IR/Format.lean | 1 - stage0/src/Lean/Compiler/IR/FreeVars.lean | 1 - stage0/src/Lean/Compiler/IR/LiveVars.lean | 1 - stage0/src/Lean/Compiler/IR/NormIds.lean | 1 - stage0/src/Lean/Compiler/IR/PushProj.lean | 1 - stage0/src/Lean/Compiler/IR/RC.lean | 1 - stage0/src/Lean/Compiler/IR/ResetReuse.lean | 1 - stage0/src/Lean/Compiler/IR/SimpCase.lean | 1 - stage0/src/Lean/Compiler/IR/UnboxResult.lean | 1 - .../src/Lean/Compiler/ImplementedByAttr.lean | 1 - stage0/src/Lean/Compiler/InitAttr.lean | 1 - stage0/src/Lean/Compiler/InlineAttrs.lean | 1 - stage0/src/Lean/Compiler/NameMangling.lean | 1 - .../src/Lean/Compiler/NeverExtractAttr.lean | 1 - stage0/src/Lean/Compiler/Specialize.lean | 1 - stage0/src/Lean/Compiler/Util.lean | 1 - stage0/src/Lean/CoreM.lean | 1 - stage0/src/Lean/Data/Format.lean | 1 - stage0/src/Lean/Data/FormatMacro.lean | 1 - stage0/src/Lean/Data/Json.lean | 1 - stage0/src/Lean/Data/Json/Basic.lean | 1 - stage0/src/Lean/Data/Json/FromToJson.lean | 1 - stage0/src/Lean/Data/Json/Parser.lean | 1 - stage0/src/Lean/Data/Json/Printer.lean | 1 - stage0/src/Lean/Data/Json/Stream.lean | 1 - stage0/src/Lean/Data/JsonRpc.lean | 1 - stage0/src/Lean/Data/KVMap.lean | 1 - stage0/src/Lean/Data/LBool.lean | 1 - stage0/src/Lean/Data/LOption.lean | 1 - stage0/src/Lean/Data/Lsp.lean | 1 - stage0/src/Lean/Data/Lsp/Basic.lean | 1 - stage0/src/Lean/Data/Lsp/Capabilities.lean | 1 - stage0/src/Lean/Data/Lsp/Communication.lean | 1 - stage0/src/Lean/Data/Lsp/Diagnostics.lean | 1 - stage0/src/Lean/Data/Lsp/Hover.lean | 1 - stage0/src/Lean/Data/Lsp/InitShutdown.lean | 1 - stage0/src/Lean/Data/Lsp/TextSync.lean | 1 - stage0/src/Lean/Data/Lsp/Utf16.lean | 1 - stage0/src/Lean/Data/Lsp/Workspace.lean | 1 - stage0/src/Lean/Data/Name.lean | 1 - stage0/src/Lean/Data/Occurrences.lean | 1 - stage0/src/Lean/Data/OpenDecl.lean | 1 - stage0/src/Lean/Data/Options.lean | 1 - stage0/src/Lean/Data/Position.lean | 1 - stage0/src/Lean/Data/SMap.lean | 1 - stage0/src/Lean/Data/Trie.lean | 1 - stage0/src/Lean/Declaration.lean | 1 - stage0/src/Lean/Delaborator.lean | 1 - stage0/src/Lean/Elab.lean | 1 - stage0/src/Lean/Elab/App.lean | 1 - stage0/src/Lean/Elab/Attributes.lean | 1 - stage0/src/Lean/Elab/Binders.lean | 1 - stage0/src/Lean/Elab/BuiltinNotation.lean | 1 - stage0/src/Lean/Elab/CollectFVars.lean | 1 - stage0/src/Lean/Elab/Command.lean | 1 - stage0/src/Lean/Elab/DeclModifiers.lean | 1 - stage0/src/Lean/Elab/DeclUtil.lean | 1 - stage0/src/Lean/Elab/Declaration.lean | 1 - stage0/src/Lean/Elab/DefView.lean | 1 - stage0/src/Lean/Elab/Do.lean | 1 - stage0/src/Lean/Elab/Exception.lean | 1 - stage0/src/Lean/Elab/Frontend.lean | 1 - stage0/src/Lean/Elab/Import.lean | 1 - stage0/src/Lean/Elab/Inductive.lean | 1 - stage0/src/Lean/Elab/LetRec.lean | 1 - stage0/src/Lean/Elab/Level.lean | 1 - stage0/src/Lean/Elab/Log.lean | 1 - stage0/src/Lean/Elab/Match.lean | 1 - stage0/src/Lean/Elab/MutualDef.lean | 1 - stage0/src/Lean/Elab/PreDefinition.lean | 1 - stage0/src/Lean/Elab/PreDefinition/Basic.lean | 1 - stage0/src/Lean/Elab/PreDefinition/Main.lean | 1 - .../Lean/Elab/PreDefinition/MkInhabitant.lean | 1 - .../Lean/Elab/PreDefinition/Structural.lean | 1 - stage0/src/Lean/Elab/PreDefinition/WF.lean | 1 - stage0/src/Lean/Elab/Print.lean | 1 - stage0/src/Lean/Elab/Quotation.lean | 1 - stage0/src/Lean/Elab/StrategyAttrs.lean | 1 - stage0/src/Lean/Elab/StructInst.lean | 1 - stage0/src/Lean/Elab/Structure.lean | 1 - stage0/src/Lean/Elab/Syntax.lean | 1 - stage0/src/Lean/Elab/SyntheticMVars.lean | 1 - stage0/src/Lean/Elab/Tactic.lean | 1 - stage0/src/Lean/Elab/Tactic/Basic.lean | 1 - stage0/src/Lean/Elab/Tactic/Binders.lean | 1 - stage0/src/Lean/Elab/Tactic/ElabTerm.lean | 1 - stage0/src/Lean/Elab/Tactic/Generalize.lean | 1 - stage0/src/Lean/Elab/Tactic/Induction.lean | 1 - stage0/src/Lean/Elab/Tactic/Injection.lean | 1 - stage0/src/Lean/Elab/Tactic/Location.lean | 1 - stage0/src/Lean/Elab/Tactic/Match.lean | 1 - stage0/src/Lean/Elab/Tactic/Rewrite.lean | 1 - stage0/src/Lean/Elab/Term.lean | 1 - stage0/src/Lean/Elab/Util.lean | 1 - stage0/src/Lean/Environment.lean | 1 - stage0/src/Lean/Eval.lean | 1 - stage0/src/Lean/Exception.lean | 1 - stage0/src/Lean/Expr.lean | 1 - stage0/src/Lean/HeadIndex.lean | 1 - stage0/src/Lean/Hygiene.lean | 1 - stage0/src/Lean/InternalExceptionId.lean | 1 - stage0/src/Lean/KeyedDeclsAttribute.lean | 1 - stage0/src/Lean/Level.lean | 1 - stage0/src/Lean/LocalContext.lean | 1 - stage0/src/Lean/Message.lean | 1 - stage0/src/Lean/Meta.lean | 1 - stage0/src/Lean/Meta/AbstractMVars.lean | 1 - .../src/Lean/Meta/AbstractNestedProofs.lean | 1 - stage0/src/Lean/Meta/AppBuilder.lean | 1 - stage0/src/Lean/Meta/Basic.lean | 1 - stage0/src/Lean/Meta/Check.lean | 1 - stage0/src/Lean/Meta/Closure.lean | 1 - stage0/src/Lean/Meta/CollectMVars.lean | 1 - stage0/src/Lean/Meta/DiscrTree.lean | 1 - stage0/src/Lean/Meta/DiscrTreeTypes.lean | 1 - stage0/src/Lean/Meta/ExprDefEq.lean | 1 - stage0/src/Lean/Meta/ForEachExpr.lean | 1 - stage0/src/Lean/Meta/FunInfo.lean | 1 - stage0/src/Lean/Meta/GeneralizeTelescope.lean | 1 - stage0/src/Lean/Meta/InferType.lean | 1 - stage0/src/Lean/Meta/Instances.lean | 1 - stage0/src/Lean/Meta/KAbstract.lean | 1 - stage0/src/Lean/Meta/LevelDefEq.lean | 1 - stage0/src/Lean/Meta/Match.lean | 1 - .../src/Lean/Meta/Match/CaseArraySizes.lean | 1 - stage0/src/Lean/Meta/Match/CaseValues.lean | 1 - stage0/src/Lean/Meta/Match/MVarRenaming.lean | 1 - stage0/src/Lean/Meta/Match/Match.lean | 1 - .../src/Lean/Meta/Match/MatchPatternAttr.lean | 1 - stage0/src/Lean/Meta/MatchUtil.lean | 1 - stage0/src/Lean/Meta/Offset.lean | 1 - stage0/src/Lean/Meta/RecursorInfo.lean | 1 - stage0/src/Lean/Meta/Reduce.lean | 1 - stage0/src/Lean/Meta/ReduceEval.lean | 1 - stage0/src/Lean/Meta/SynthInstance.lean | 1 - stage0/src/Lean/Meta/Tactic.lean | 1 - stage0/src/Lean/Meta/Tactic/Apply.lean | 1 - stage0/src/Lean/Meta/Tactic/Assert.lean | 1 - stage0/src/Lean/Meta/Tactic/Assumption.lean | 1 - stage0/src/Lean/Meta/Tactic/Cases.lean | 1 - stage0/src/Lean/Meta/Tactic/Clear.lean | 1 - stage0/src/Lean/Meta/Tactic/FVarSubst.lean | 1 - stage0/src/Lean/Meta/Tactic/Generalize.lean | 1 - stage0/src/Lean/Meta/Tactic/Induction.lean | 1 - stage0/src/Lean/Meta/Tactic/Injection.lean | 1 - stage0/src/Lean/Meta/Tactic/Intro.lean | 1 - stage0/src/Lean/Meta/Tactic/Replace.lean | 1 - stage0/src/Lean/Meta/Tactic/Revert.lean | 1 - stage0/src/Lean/Meta/Tactic/Rewrite.lean | 1 - stage0/src/Lean/Meta/Tactic/Subst.lean | 1 - stage0/src/Lean/Meta/Tactic/Util.lean | 1 - stage0/src/Lean/Meta/TransparencyMode.lean | 1 - stage0/src/Lean/Meta/WHNF.lean | 1 - stage0/src/Lean/MetavarContext.lean | 1 - stage0/src/Lean/Modifiers.lean | 1 - stage0/src/Lean/MonadEnv.lean | 1 - stage0/src/Lean/Parser.lean | 1 - stage0/src/Lean/Parser/Basic.lean | 1 - stage0/src/Lean/Parser/Command.lean | 1 - stage0/src/Lean/Parser/Do.lean | 1 - stage0/src/Lean/Parser/Extension.lean | 1 - stage0/src/Lean/Parser/Extra.lean | 1 - stage0/src/Lean/Parser/Level.lean | 1 - stage0/src/Lean/Parser/Module.lean | 1 - stage0/src/Lean/Parser/StrInterpolation.lean | 1 - stage0/src/Lean/Parser/Syntax.lean | 1 - stage0/src/Lean/Parser/Tactic.lean | 1 - stage0/src/Lean/Parser/Term.lean | 1 - stage0/src/Lean/Parser/Transform.lean | 1 - stage0/src/Lean/ParserCompiler.lean | 1 - stage0/src/Lean/ParserCompiler/Attribute.lean | 1 - stage0/src/Lean/PrettyPrinter.lean | 1 - stage0/src/Lean/PrettyPrinter/Backtrack.lean | 1 - stage0/src/Lean/PrettyPrinter/Formatter.lean | 1 - stage0/src/Lean/PrettyPrinter/Meta.lean | 1 - .../src/Lean/PrettyPrinter/Parenthesizer.lean | 1 - stage0/src/Lean/ProjFns.lean | 1 - stage0/src/Lean/ReducibilityAttrs.lean | 1 - stage0/src/Lean/ResolveName.lean | 1 - stage0/src/Lean/Runtime.lean | 1 - stage0/src/Lean/Scopes.lean | 1 - stage0/src/Lean/Server.lean | 1 - stage0/src/Lean/Server/ServerBin.lean | 1 - stage0/src/Lean/Server/Snapshots.lean | 1 - stage0/src/Lean/Structure.lean | 1 - stage0/src/Lean/Syntax.lean | 1 - stage0/src/Lean/ToExpr.lean | 1 - stage0/src/Lean/Util.lean | 1 - stage0/src/Lean/Util/CollectFVars.lean | 1 - stage0/src/Lean/Util/CollectLevelParams.lean | 1 - stage0/src/Lean/Util/CollectMVars.lean | 1 - stage0/src/Lean/Util/Constructions.lean | 1 - stage0/src/Lean/Util/FindExpr.lean | 1 - stage0/src/Lean/Util/FindMVar.lean | 1 - stage0/src/Lean/Util/FoldConsts.lean | 1 - stage0/src/Lean/Util/ForEachExpr.lean | 1 - stage0/src/Lean/Util/MonadCache.lean | 1 - stage0/src/Lean/Util/PPExt.lean | 1 - stage0/src/Lean/Util/PPGoal.lean | 1 - stage0/src/Lean/Util/Path.lean | 1 - stage0/src/Lean/Util/Profile.lean | 1 - stage0/src/Lean/Util/RecDepth.lean | 1 - stage0/src/Lean/Util/Recognizers.lean | 1 - stage0/src/Lean/Util/ReplaceExpr.lean | 1 - stage0/src/Lean/Util/ReplaceLevel.lean | 1 - stage0/src/Lean/Util/SCC.lean | 1 - stage0/src/Lean/Util/Sorry.lean | 1 - stage0/src/Lean/Util/Trace.lean | 1 - stage0/src/Std/Data.lean | 1 - stage0/src/Std/Data/AssocList.lean | 1 - stage0/src/Std/Data/BinomialHeap.lean | 1 - stage0/src/Std/Data/DList.lean | 1 - stage0/src/Std/Data/HashMap.lean | 1 - stage0/src/Std/Data/HashSet.lean | 1 - stage0/src/Std/Data/PersistentArray.lean | 1 - stage0/src/Std/Data/PersistentHashMap.lean | 1 - stage0/src/Std/Data/PersistentHashSet.lean | 1 - stage0/src/Std/Data/Queue.lean | 1 - stage0/src/Std/Data/RBMap.lean | 1 - stage0/src/Std/Data/RBTree.lean | 1 - stage0/src/Std/Data/Stack.lean | 1 - stage0/src/Std/ShareCommon.lean | 1 - stage0/stdlib/Init/Data/Array/Basic.c | 12 ++--- stage0/stdlib/Init/Data/Int/Basic.c | 2 +- stage0/stdlib/Init/Data/List/BasicAux.c | 8 +-- stage0/stdlib/Init/Data/Option/BasicAux.c | 2 +- stage0/stdlib/Init/Data/String/Extra.c | 2 +- stage0/stdlib/Init/LeanInit.c | 10 ++-- stage0/stdlib/Init/Util.c | 2 +- stage0/stdlib/Lean/Compiler/IR/Basic.c | 2 +- stage0/stdlib/Lean/Compiler/IR/Borrow.c | 8 +-- .../Lean/Compiler/IR/ElimDeadBranches.c | 2 +- stage0/stdlib/Lean/Compiler/IR/EmitC.c | 4 +- stage0/stdlib/Lean/Data/Format.c | 2 +- stage0/stdlib/Lean/Data/Name.c | 2 +- stage0/stdlib/Lean/Data/SMap.c | 2 +- stage0/stdlib/Lean/Declaration.c | 2 +- stage0/stdlib/Lean/Delaborator.c | 30 +++++------ stage0/stdlib/Lean/Elab/App.c | 4 +- stage0/stdlib/Lean/Elab/Binders.c | 4 +- stage0/stdlib/Lean/Elab/Command.c | 2 +- stage0/stdlib/Lean/Elab/Do.c | 16 +++--- stage0/stdlib/Lean/Elab/Inductive.c | 2 +- stage0/stdlib/Lean/Elab/Match.c | 2 +- stage0/stdlib/Lean/Elab/PreDefinition/Basic.c | 2 +- .../Lean/Elab/PreDefinition/Structural.c | 2 +- stage0/stdlib/Lean/Elab/Quotation.c | 10 ++-- stage0/stdlib/Lean/Elab/StructInst.c | 16 +++--- stage0/stdlib/Lean/Elab/Structure.c | 2 +- stage0/stdlib/Lean/Elab/Syntax.c | 2 +- stage0/stdlib/Lean/Elab/SyntheticMVars.c | 6 +-- stage0/stdlib/Lean/Elab/Term.c | 2 +- stage0/stdlib/Lean/Expr.c | 52 +++++++++---------- stage0/stdlib/Lean/HeadIndex.c | 2 +- stage0/stdlib/Lean/Level.c | 12 ++--- stage0/stdlib/Lean/LocalContext.c | 8 +-- stage0/stdlib/Lean/Meta/AbstractMVars.c | 2 +- stage0/stdlib/Lean/Meta/Basic.c | 2 +- stage0/stdlib/Lean/Meta/Check.c | 2 +- stage0/stdlib/Lean/Meta/DiscrTree.c | 2 +- stage0/stdlib/Lean/Meta/ExprDefEq.c | 4 +- stage0/stdlib/Lean/Meta/InferType.c | 8 +-- stage0/stdlib/Lean/Meta/Match/Match.c | 28 +++++----- stage0/stdlib/Lean/Meta/SynthInstance.c | 6 +-- stage0/stdlib/Lean/Meta/Tactic/Induction.c | 2 +- stage0/stdlib/Lean/Meta/Tactic/Subst.c | 2 +- stage0/stdlib/Lean/Meta/WHNF.c | 10 ++-- stage0/stdlib/Lean/MetavarContext.c | 14 ++--- stage0/stdlib/Lean/Parser/Extension.c | 4 +- stage0/stdlib/Lean/Parser/Module.c | 11 ++-- stage0/stdlib/Lean/ParserCompiler.c | 2 +- stage0/stdlib/Lean/PrettyPrinter/Formatter.c | 2 +- .../stdlib/Lean/PrettyPrinter/Parenthesizer.c | 2 +- stage0/stdlib/Lean/ResolveName.c | 2 +- stage0/stdlib/Lean/Structure.c | 6 +-- stage0/stdlib/Lean/Syntax.c | 2 +- stage0/stdlib/Lean/Util/Path.c | 2 +- stage0/stdlib/Lean/Util/ReplaceExpr.c | 2 +- stage0/stdlib/Lean/Util/ReplaceLevel.c | 2 +- stage0/stdlib/Std/Data/HashMap.c | 2 +- stage0/stdlib/Std/Data/PersistentHashMap.c | 2 +- stage0/stdlib/Std/Data/RBMap.c | 6 +-- 374 files changed, 184 insertions(+), 497 deletions(-) diff --git a/stage0/src/Init/Coe.lean b/stage0/src/Init/Coe.lean index 8b42b8ab54..e3833d90bd 100644 --- a/stage0/src/Init/Coe.lean +++ b/stage0/src/Init/Coe.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control.lean b/stage0/src/Init/Control.lean index 532dd89a5d..94cea9f97c 100644 --- a/stage0/src/Init/Control.lean +++ b/stage0/src/Init/Control.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Alternative.lean b/stage0/src/Init/Control/Alternative.lean index 5c287cece4..91c0b89589 100644 --- a/stage0/src/Init/Control/Alternative.lean +++ b/stage0/src/Init/Control/Alternative.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Applicative.lean b/stage0/src/Init/Control/Applicative.lean index af3a8b5a6c..6081d8380c 100644 --- a/stage0/src/Init/Control/Applicative.lean +++ b/stage0/src/Init/Control/Applicative.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Conditional.lean b/stage0/src/Init/Control/Conditional.lean index a6e3f49139..d96e820338 100644 --- a/stage0/src/Init/Control/Conditional.lean +++ b/stage0/src/Init/Control/Conditional.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/EState.lean b/stage0/src/Init/Control/EState.lean index 6c7b822e90..8dbb0a399f 100644 --- a/stage0/src/Init/Control/EState.lean +++ b/stage0/src/Init/Control/EState.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Except.lean b/stage0/src/Init/Control/Except.lean index 29ab1fafb7..050bc64c25 100644 --- a/stage0/src/Init/Control/Except.lean +++ b/stage0/src/Init/Control/Except.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Functor.lean b/stage0/src/Init/Control/Functor.lean index 0a29ca4834..1c1c1b21bc 100644 --- a/stage0/src/Init/Control/Functor.lean +++ b/stage0/src/Init/Control/Functor.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) Luke Nelson and Jared Roesch. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Id.lean b/stage0/src/Init/Control/Id.lean index adc84e172b..a80de1d88f 100644 --- a/stage0/src/Init/Control/Id.lean +++ b/stage0/src/Init/Control/Id.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Monad.lean b/stage0/src/Init/Control/Monad.lean index 64aa69d350..afd2c3b437 100644 --- a/stage0/src/Init/Control/Monad.lean +++ b/stage0/src/Init/Control/Monad.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) Luke Nelson and Jared Roesch. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/MonadControl.lean b/stage0/src/Init/Control/MonadControl.lean index e595ff0030..f695092c90 100644 --- a/stage0/src/Init/Control/MonadControl.lean +++ b/stage0/src/Init/Control/MonadControl.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/MonadFunctor.lean b/stage0/src/Init/Control/MonadFunctor.lean index 296402e7b9..0337367bb6 100644 --- a/stage0/src/Init/Control/MonadFunctor.lean +++ b/stage0/src/Init/Control/MonadFunctor.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/MonadLift.lean b/stage0/src/Init/Control/MonadLift.lean index 8c180d04f7..7090132cac 100644 --- a/stage0/src/Init/Control/MonadLift.lean +++ b/stage0/src/Init/Control/MonadLift.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Option.lean b/stage0/src/Init/Control/Option.lean index 248941446d..23089b207f 100644 --- a/stage0/src/Init/Control/Option.lean +++ b/stage0/src/Init/Control/Option.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/Reader.lean b/stage0/src/Init/Control/Reader.lean index 369c70465f..7e3b49891e 100644 --- a/stage0/src/Init/Control/Reader.lean +++ b/stage0/src/Init/Control/Reader.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/State.lean b/stage0/src/Init/Control/State.lean index ca81c3bbce..b1a5bf90f5 100644 --- a/stage0/src/Init/Control/State.lean +++ b/stage0/src/Init/Control/State.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Control/StateRef.lean b/stage0/src/Init/Control/StateRef.lean index 922a7380ec..257070da00 100644 --- a/stage0/src/Init/Control/StateRef.lean +++ b/stage0/src/Init/Control/StateRef.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data.lean b/stage0/src/Init/Data.lean index 85f23ff799..450482db3d 100644 --- a/stage0/src/Init/Data.lean +++ b/stage0/src/Init/Data.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array.lean b/stage0/src/Init/Data/Array.lean index dbeeda4f07..df9ed67253 100644 --- a/stage0/src/Init/Data/Array.lean +++ b/stage0/src/Init/Data/Array.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array/Basic.lean b/stage0/src/Init/Data/Array/Basic.lean index 5c083295e9..ab7cfe2b05 100644 --- a/stage0/src/Init/Data/Array/Basic.lean +++ b/stage0/src/Init/Data/Array/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array/BinSearch.lean b/stage0/src/Init/Data/Array/BinSearch.lean index 65af92df33..d653a1a587 100644 --- a/stage0/src/Init/Data/Array/BinSearch.lean +++ b/stage0/src/Init/Data/Array/BinSearch.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array/ForIn.lean b/stage0/src/Init/Data/Array/ForIn.lean index 48b32ec4b4..dd757c5f7a 100644 --- a/stage0/src/Init/Data/Array/ForIn.lean +++ b/stage0/src/Init/Data/Array/ForIn.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array/Macros.lean b/stage0/src/Init/Data/Array/Macros.lean index 709eb0e601..5f07844afe 100644 --- a/stage0/src/Init/Data/Array/Macros.lean +++ b/stage0/src/Init/Data/Array/Macros.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array/QSort.lean b/stage0/src/Init/Data/Array/QSort.lean index 11588566ce..c7a2c4ae18 100644 --- a/stage0/src/Init/Data/Array/QSort.lean +++ b/stage0/src/Init/Data/Array/QSort.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Array/Subarray.lean b/stage0/src/Init/Data/Array/Subarray.lean index b248820217..0e651cb62f 100644 --- a/stage0/src/Init/Data/Array/Subarray.lean +++ b/stage0/src/Init/Data/Array/Subarray.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Basic.lean b/stage0/src/Init/Data/Basic.lean index e7d7f7ae91..ea963f66b3 100644 --- a/stage0/src/Init/Data/Basic.lean +++ b/stage0/src/Init/Data/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/ByteArray.lean b/stage0/src/Init/Data/ByteArray.lean index 80c62ed57e..b6ee6ccf4b 100644 --- a/stage0/src/Init/Data/ByteArray.lean +++ b/stage0/src/Init/Data/ByteArray.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/ByteArray/Basic.lean b/stage0/src/Init/Data/ByteArray/Basic.lean index f236298a54..0429efa323 100644 --- a/stage0/src/Init/Data/ByteArray/Basic.lean +++ b/stage0/src/Init/Data/ByteArray/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Char.lean b/stage0/src/Init/Data/Char.lean index c0c124acfc..dc2257bbfe 100644 --- a/stage0/src/Init/Data/Char.lean +++ b/stage0/src/Init/Data/Char.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Char/Basic.lean b/stage0/src/Init/Data/Char/Basic.lean index 85b7e79270..fbcb45fdc3 100644 --- a/stage0/src/Init/Data/Char/Basic.lean +++ b/stage0/src/Init/Data/Char/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Fin.lean b/stage0/src/Init/Data/Fin.lean index 6e2c8a6fba..4e571c0f4b 100644 --- a/stage0/src/Init/Data/Fin.lean +++ b/stage0/src/Init/Data/Fin.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Fin/Basic.lean b/stage0/src/Init/Data/Fin/Basic.lean index 32d18ef54c..0a0ae784c9 100644 --- a/stage0/src/Init/Data/Fin/Basic.lean +++ b/stage0/src/Init/Data/Fin/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Float.lean b/stage0/src/Init/Data/Float.lean index 789c113f39..4314affcce 100644 --- a/stage0/src/Init/Data/Float.lean +++ b/stage0/src/Init/Data/Float.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/FloatArray.lean b/stage0/src/Init/Data/FloatArray.lean index 50f84cee3e..7c798deaa3 100644 --- a/stage0/src/Init/Data/FloatArray.lean +++ b/stage0/src/Init/Data/FloatArray.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/FloatArray/Basic.lean b/stage0/src/Init/Data/FloatArray/Basic.lean index f21c2e1c01..bf86c2c564 100644 --- a/stage0/src/Init/Data/FloatArray/Basic.lean +++ b/stage0/src/Init/Data/FloatArray/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Hashable.lean b/stage0/src/Init/Data/Hashable.lean index cb0964628b..5f55379051 100644 --- a/stage0/src/Init/Data/Hashable.lean +++ b/stage0/src/Init/Data/Hashable.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Int.lean b/stage0/src/Init/Data/Int.lean index 92aacbb503..55959e95bd 100644 --- a/stage0/src/Init/Data/Int.lean +++ b/stage0/src/Init/Data/Int.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Int/Basic.lean b/stage0/src/Init/Data/Int/Basic.lean index a885bb8085..6a8a23fce3 100644 --- a/stage0/src/Init/Data/Int/Basic.lean +++ b/stage0/src/Init/Data/Int/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/List.lean b/stage0/src/Init/Data/List.lean index e95fbb5e58..6bb2c73169 100644 --- a/stage0/src/Init/Data/List.lean +++ b/stage0/src/Init/Data/List.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/List/Basic.lean b/stage0/src/Init/Data/List/Basic.lean index aefc696ae9..fe7f73909d 100644 --- a/stage0/src/Init/Data/List/Basic.lean +++ b/stage0/src/Init/Data/List/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/List/BasicAux.lean b/stage0/src/Init/Data/List/BasicAux.lean index 3b76ae613b..a9eeea0127 100644 --- a/stage0/src/Init/Data/List/BasicAux.lean +++ b/stage0/src/Init/Data/List/BasicAux.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/List/Control.lean b/stage0/src/Init/Data/List/Control.lean index 7a621432c3..f6ccd31d2a 100644 --- a/stage0/src/Init/Data/List/Control.lean +++ b/stage0/src/Init/Data/List/Control.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Nat.lean b/stage0/src/Init/Data/Nat.lean index 955ecfb743..cf7be93c6e 100644 --- a/stage0/src/Init/Data/Nat.lean +++ b/stage0/src/Init/Data/Nat.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Nat/Basic.lean b/stage0/src/Init/Data/Nat/Basic.lean index 3f08994f37..3d1d359d4a 100644 --- a/stage0/src/Init/Data/Nat/Basic.lean +++ b/stage0/src/Init/Data/Nat/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Nat/Bitwise.lean b/stage0/src/Init/Data/Nat/Bitwise.lean index 620d947397..3ffe5e8be8 100644 --- a/stage0/src/Init/Data/Nat/Bitwise.lean +++ b/stage0/src/Init/Data/Nat/Bitwise.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Nat/Control.lean b/stage0/src/Init/Data/Nat/Control.lean index 8d94efeeb9..f6ba3562c8 100644 --- a/stage0/src/Init/Data/Nat/Control.lean +++ b/stage0/src/Init/Data/Nat/Control.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Nat/Div.lean b/stage0/src/Init/Data/Nat/Div.lean index d4ce2aed43..6f193a71ad 100644 --- a/stage0/src/Init/Data/Nat/Div.lean +++ b/stage0/src/Init/Data/Nat/Div.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Option.lean b/stage0/src/Init/Data/Option.lean index 1df3f90d6c..0a35feacc2 100644 --- a/stage0/src/Init/Data/Option.lean +++ b/stage0/src/Init/Data/Option.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Option/Basic.lean b/stage0/src/Init/Data/Option/Basic.lean index c33a8db50e..bee6df533d 100644 --- a/stage0/src/Init/Data/Option/Basic.lean +++ b/stage0/src/Init/Data/Option/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Option/BasicAux.lean b/stage0/src/Init/Data/Option/BasicAux.lean index 8def3fa4e2..692507ee53 100644 --- a/stage0/src/Init/Data/Option/BasicAux.lean +++ b/stage0/src/Init/Data/Option/BasicAux.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Option/Instances.lean b/stage0/src/Init/Data/Option/Instances.lean index d891771aa0..4ada2159bc 100644 --- a/stage0/src/Init/Data/Option/Instances.lean +++ b/stage0/src/Init/Data/Option/Instances.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Random.lean b/stage0/src/Init/Data/Random.lean index dc5c1ee404..702c2b6f90 100644 --- a/stage0/src/Init/Data/Random.lean +++ b/stage0/src/Init/Data/Random.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Range.lean b/stage0/src/Init/Data/Range.lean index 58f362b734..436d86493c 100644 --- a/stage0/src/Init/Data/Range.lean +++ b/stage0/src/Init/Data/Range.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/Repr.lean b/stage0/src/Init/Data/Repr.lean index c93768e10f..5a0bbd3f22 100644 --- a/stage0/src/Init/Data/Repr.lean +++ b/stage0/src/Init/Data/Repr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/String.lean b/stage0/src/Init/Data/String.lean index c201a03d2a..43c77de907 100644 --- a/stage0/src/Init/Data/String.lean +++ b/stage0/src/Init/Data/String.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/String/Basic.lean b/stage0/src/Init/Data/String/Basic.lean index 164769aa13..8b95f73ab9 100644 --- a/stage0/src/Init/Data/String/Basic.lean +++ b/stage0/src/Init/Data/String/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/String/Extra.lean b/stage0/src/Init/Data/String/Extra.lean index 1b48e93bd0..dbaf689604 100644 --- a/stage0/src/Init/Data/String/Extra.lean +++ b/stage0/src/Init/Data/String/Extra.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/ToString.lean b/stage0/src/Init/Data/ToString.lean index 4a854f4166..e5d7e81c79 100644 --- a/stage0/src/Init/Data/ToString.lean +++ b/stage0/src/Init/Data/ToString.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/ToString/Basic.lean b/stage0/src/Init/Data/ToString/Basic.lean index 7405a56b4d..abe8092a99 100644 --- a/stage0/src/Init/Data/ToString/Basic.lean +++ b/stage0/src/Init/Data/ToString/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/ToString/Macro.lean b/stage0/src/Init/Data/ToString/Macro.lean index e7bed997ff..fb675ae810 100644 --- a/stage0/src/Init/Data/ToString/Macro.lean +++ b/stage0/src/Init/Data/ToString/Macro.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Data/UInt.lean b/stage0/src/Init/Data/UInt.lean index 6be512e5fc..8c4df7730d 100644 --- a/stage0/src/Init/Data/UInt.lean +++ b/stage0/src/Init/Data/UInt.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Fix.lean b/stage0/src/Init/Fix.lean index 558d5ba6c1..a01a955208 100644 --- a/stage0/src/Init/Fix.lean +++ b/stage0/src/Init/Fix.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/LeanInit.lean b/stage0/src/Init/LeanInit.lean index 601eff168e..b77c68e075 100644 --- a/stage0/src/Init/LeanInit.lean +++ b/stage0/src/Init/LeanInit.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/System.lean b/stage0/src/Init/System.lean index 1b6510b573..0585f2c7ff 100644 --- a/stage0/src/Init/System.lean +++ b/stage0/src/Init/System.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/System/FilePath.lean b/stage0/src/Init/System/FilePath.lean index 6ae6f3b8bd..d6214a5fce 100644 --- a/stage0/src/Init/System/FilePath.lean +++ b/stage0/src/Init/System/FilePath.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/System/IO.lean b/stage0/src/Init/System/IO.lean index 4b011b7fe5..19950b836f 100644 --- a/stage0/src/Init/System/IO.lean +++ b/stage0/src/Init/System/IO.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/System/IOError.lean b/stage0/src/Init/System/IOError.lean index 79513ed358..058b618344 100644 --- a/stage0/src/Init/System/IOError.lean +++ b/stage0/src/Init/System/IOError.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/System/Platform.lean b/stage0/src/Init/System/Platform.lean index 10764d47f2..d2460204a4 100644 --- a/stage0/src/Init/System/Platform.lean +++ b/stage0/src/Init/System/Platform.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/System/ST.lean b/stage0/src/Init/System/ST.lean index f23f21a62b..81421f596d 100644 --- a/stage0/src/Init/System/ST.lean +++ b/stage0/src/Init/System/ST.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/Util.lean b/stage0/src/Init/Util.lean index d43a6476ae..f3afb4cfa0 100644 --- a/stage0/src/Init/Util.lean +++ b/stage0/src/Init/Util.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Init/WF.lean b/stage0/src/Init/WF.lean index 10f559d09c..d516003406 100644 --- a/stage0/src/Init/WF.lean +++ b/stage0/src/Init/WF.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Attributes.lean b/stage0/src/Lean/Attributes.lean index dd00c3b92f..24c24127d2 100644 --- a/stage0/src/Lean/Attributes.lean +++ b/stage0/src/Lean/Attributes.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/AuxRecursor.lean b/stage0/src/Lean/AuxRecursor.lean index da262a7365..b3ae3cf300 100644 --- a/stage0/src/Lean/AuxRecursor.lean +++ b/stage0/src/Lean/AuxRecursor.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Class.lean b/stage0/src/Lean/Class.lean index 45fbbad5ed..239efe9454 100644 --- a/stage0/src/Lean/Class.lean +++ b/stage0/src/Lean/Class.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler.lean b/stage0/src/Lean/Compiler.lean index 854de706dc..ba021f7197 100644 --- a/stage0/src/Lean/Compiler.lean +++ b/stage0/src/Lean/Compiler.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/BorrowedAnnotation.lean b/stage0/src/Lean/Compiler/BorrowedAnnotation.lean index f60128454b..f606f8d90c 100644 --- a/stage0/src/Lean/Compiler/BorrowedAnnotation.lean +++ b/stage0/src/Lean/Compiler/BorrowedAnnotation.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/ClosedTermCache.lean b/stage0/src/Lean/Compiler/ClosedTermCache.lean index b172007e76..5325a57b13 100644 --- a/stage0/src/Lean/Compiler/ClosedTermCache.lean +++ b/stage0/src/Lean/Compiler/ClosedTermCache.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/ConstFolding.lean b/stage0/src/Lean/Compiler/ConstFolding.lean index 45121088a0..0b44171986 100644 --- a/stage0/src/Lean/Compiler/ConstFolding.lean +++ b/stage0/src/Lean/Compiler/ConstFolding.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/ExportAttr.lean b/stage0/src/Lean/Compiler/ExportAttr.lean index 7256138295..af144a5a20 100644 --- a/stage0/src/Lean/Compiler/ExportAttr.lean +++ b/stage0/src/Lean/Compiler/ExportAttr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/ExternAttr.lean b/stage0/src/Lean/Compiler/ExternAttr.lean index 9072a5859d..3f857e5443 100644 --- a/stage0/src/Lean/Compiler/ExternAttr.lean +++ b/stage0/src/Lean/Compiler/ExternAttr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR.lean b/stage0/src/Lean/Compiler/IR.lean index aa4a98adca..e9412fed3b 100644 --- a/stage0/src/Lean/Compiler/IR.lean +++ b/stage0/src/Lean/Compiler/IR.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/Basic.lean b/stage0/src/Lean/Compiler/IR/Basic.lean index 61e2ca3f82..bc32edf240 100644 --- a/stage0/src/Lean/Compiler/IR/Basic.lean +++ b/stage0/src/Lean/Compiler/IR/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/Borrow.lean b/stage0/src/Lean/Compiler/IR/Borrow.lean index b4cc735cde..ce15e1c7ee 100644 --- a/stage0/src/Lean/Compiler/IR/Borrow.lean +++ b/stage0/src/Lean/Compiler/IR/Borrow.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/Boxing.lean b/stage0/src/Lean/Compiler/IR/Boxing.lean index db336d950b..de4faf3c70 100644 --- a/stage0/src/Lean/Compiler/IR/Boxing.lean +++ b/stage0/src/Lean/Compiler/IR/Boxing.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/Checker.lean b/stage0/src/Lean/Compiler/IR/Checker.lean index 684890d19a..e1dca2d271 100644 --- a/stage0/src/Lean/Compiler/IR/Checker.lean +++ b/stage0/src/Lean/Compiler/IR/Checker.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/CompilerM.lean b/stage0/src/Lean/Compiler/IR/CompilerM.lean index 3a95ec4383..86ab78e00b 100644 --- a/stage0/src/Lean/Compiler/IR/CompilerM.lean +++ b/stage0/src/Lean/Compiler/IR/CompilerM.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/CtorLayout.lean b/stage0/src/Lean/Compiler/IR/CtorLayout.lean index f8a215be81..34f9298128 100644 --- a/stage0/src/Lean/Compiler/IR/CtorLayout.lean +++ b/stage0/src/Lean/Compiler/IR/CtorLayout.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/ElimDeadBranches.lean b/stage0/src/Lean/Compiler/IR/ElimDeadBranches.lean index b26dcdcb74..f46cb1d662 100644 --- a/stage0/src/Lean/Compiler/IR/ElimDeadBranches.lean +++ b/stage0/src/Lean/Compiler/IR/ElimDeadBranches.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/ElimDeadVars.lean b/stage0/src/Lean/Compiler/IR/ElimDeadVars.lean index ffe6409d12..1772f41c81 100644 --- a/stage0/src/Lean/Compiler/IR/ElimDeadVars.lean +++ b/stage0/src/Lean/Compiler/IR/ElimDeadVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/EmitC.lean b/stage0/src/Lean/Compiler/IR/EmitC.lean index 05d73c7f0f..3e06dd42f6 100644 --- a/stage0/src/Lean/Compiler/IR/EmitC.lean +++ b/stage0/src/Lean/Compiler/IR/EmitC.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/EmitUtil.lean b/stage0/src/Lean/Compiler/IR/EmitUtil.lean index 047f9c25d3..62f3944d90 100644 --- a/stage0/src/Lean/Compiler/IR/EmitUtil.lean +++ b/stage0/src/Lean/Compiler/IR/EmitUtil.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/ExpandResetReuse.lean b/stage0/src/Lean/Compiler/IR/ExpandResetReuse.lean index 4e6889c701..2978bc1ca4 100644 --- a/stage0/src/Lean/Compiler/IR/ExpandResetReuse.lean +++ b/stage0/src/Lean/Compiler/IR/ExpandResetReuse.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/Format.lean b/stage0/src/Lean/Compiler/IR/Format.lean index d56494ac07..9bce7d53bf 100644 --- a/stage0/src/Lean/Compiler/IR/Format.lean +++ b/stage0/src/Lean/Compiler/IR/Format.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/FreeVars.lean b/stage0/src/Lean/Compiler/IR/FreeVars.lean index 6d1cdb33c4..84658dfcf8 100644 --- a/stage0/src/Lean/Compiler/IR/FreeVars.lean +++ b/stage0/src/Lean/Compiler/IR/FreeVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/LiveVars.lean b/stage0/src/Lean/Compiler/IR/LiveVars.lean index 1e93e66075..c6cdfdb807 100644 --- a/stage0/src/Lean/Compiler/IR/LiveVars.lean +++ b/stage0/src/Lean/Compiler/IR/LiveVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/NormIds.lean b/stage0/src/Lean/Compiler/IR/NormIds.lean index 741247fdac..26d0b15c82 100644 --- a/stage0/src/Lean/Compiler/IR/NormIds.lean +++ b/stage0/src/Lean/Compiler/IR/NormIds.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/PushProj.lean b/stage0/src/Lean/Compiler/IR/PushProj.lean index 2044fc4365..b40fb22fb7 100644 --- a/stage0/src/Lean/Compiler/IR/PushProj.lean +++ b/stage0/src/Lean/Compiler/IR/PushProj.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/RC.lean b/stage0/src/Lean/Compiler/IR/RC.lean index 1fa39d2190..9382acf275 100644 --- a/stage0/src/Lean/Compiler/IR/RC.lean +++ b/stage0/src/Lean/Compiler/IR/RC.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/ResetReuse.lean b/stage0/src/Lean/Compiler/IR/ResetReuse.lean index 3d285f2082..d794505104 100644 --- a/stage0/src/Lean/Compiler/IR/ResetReuse.lean +++ b/stage0/src/Lean/Compiler/IR/ResetReuse.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/SimpCase.lean b/stage0/src/Lean/Compiler/IR/SimpCase.lean index 95e8ceb8ba..d443e7decf 100644 --- a/stage0/src/Lean/Compiler/IR/SimpCase.lean +++ b/stage0/src/Lean/Compiler/IR/SimpCase.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/IR/UnboxResult.lean b/stage0/src/Lean/Compiler/IR/UnboxResult.lean index b903caa1f5..ce91baa6d6 100644 --- a/stage0/src/Lean/Compiler/IR/UnboxResult.lean +++ b/stage0/src/Lean/Compiler/IR/UnboxResult.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/ImplementedByAttr.lean b/stage0/src/Lean/Compiler/ImplementedByAttr.lean index 0b6b06f7de..43a4eb81be 100644 --- a/stage0/src/Lean/Compiler/ImplementedByAttr.lean +++ b/stage0/src/Lean/Compiler/ImplementedByAttr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/InitAttr.lean b/stage0/src/Lean/Compiler/InitAttr.lean index 36c2dda1fb..dff0b95ae9 100644 --- a/stage0/src/Lean/Compiler/InitAttr.lean +++ b/stage0/src/Lean/Compiler/InitAttr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/InlineAttrs.lean b/stage0/src/Lean/Compiler/InlineAttrs.lean index e6406abad2..0eb0eb28e0 100644 --- a/stage0/src/Lean/Compiler/InlineAttrs.lean +++ b/stage0/src/Lean/Compiler/InlineAttrs.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/NameMangling.lean b/stage0/src/Lean/Compiler/NameMangling.lean index 4cfa6c45f3..f2d22b24b7 100644 --- a/stage0/src/Lean/Compiler/NameMangling.lean +++ b/stage0/src/Lean/Compiler/NameMangling.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/NeverExtractAttr.lean b/stage0/src/Lean/Compiler/NeverExtractAttr.lean index 3389fce24e..9a185da074 100644 --- a/stage0/src/Lean/Compiler/NeverExtractAttr.lean +++ b/stage0/src/Lean/Compiler/NeverExtractAttr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/Specialize.lean b/stage0/src/Lean/Compiler/Specialize.lean index ff399c887a..32cce2fd49 100644 --- a/stage0/src/Lean/Compiler/Specialize.lean +++ b/stage0/src/Lean/Compiler/Specialize.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Compiler/Util.lean b/stage0/src/Lean/Compiler/Util.lean index 6aa90ef956..be76565c66 100644 --- a/stage0/src/Lean/Compiler/Util.lean +++ b/stage0/src/Lean/Compiler/Util.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/CoreM.lean b/stage0/src/Lean/CoreM.lean index 3c5b35fbb5..6d71248f0b 100644 --- a/stage0/src/Lean/CoreM.lean +++ b/stage0/src/Lean/CoreM.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Format.lean b/stage0/src/Lean/Data/Format.lean index 3f91ffafe8..3088895a2d 100644 --- a/stage0/src/Lean/Data/Format.lean +++ b/stage0/src/Lean/Data/Format.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/FormatMacro.lean b/stage0/src/Lean/Data/FormatMacro.lean index 2ef4eb05ef..56692fc722 100644 --- a/stage0/src/Lean/Data/FormatMacro.lean +++ b/stage0/src/Lean/Data/FormatMacro.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Json.lean b/stage0/src/Lean/Data/Json.lean index ab489f29c0..f77def6b24 100644 --- a/stage0/src/Lean/Data/Json.lean +++ b/stage0/src/Lean/Data/Json.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Json/Basic.lean b/stage0/src/Lean/Data/Json/Basic.lean index a1151864fe..95d75565d1 100644 --- a/stage0/src/Lean/Data/Json/Basic.lean +++ b/stage0/src/Lean/Data/Json/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Json/FromToJson.lean b/stage0/src/Lean/Data/Json/FromToJson.lean index 1151994c40..4ade066fd9 100644 --- a/stage0/src/Lean/Data/Json/FromToJson.lean +++ b/stage0/src/Lean/Data/Json/FromToJson.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Json/Parser.lean b/stage0/src/Lean/Data/Json/Parser.lean index 1deeb1a0c4..af895eef2d 100644 --- a/stage0/src/Lean/Data/Json/Parser.lean +++ b/stage0/src/Lean/Data/Json/Parser.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Json/Printer.lean b/stage0/src/Lean/Data/Json/Printer.lean index 25becf7bca..fadd652911 100644 --- a/stage0/src/Lean/Data/Json/Printer.lean +++ b/stage0/src/Lean/Data/Json/Printer.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Json/Stream.lean b/stage0/src/Lean/Data/Json/Stream.lean index 4c152eccb5..2c26567b6c 100644 --- a/stage0/src/Lean/Data/Json/Stream.lean +++ b/stage0/src/Lean/Data/Json/Stream.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/JsonRpc.lean b/stage0/src/Lean/Data/JsonRpc.lean index 12e270cb8d..e83cad59bb 100644 --- a/stage0/src/Lean/Data/JsonRpc.lean +++ b/stage0/src/Lean/Data/JsonRpc.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/KVMap.lean b/stage0/src/Lean/Data/KVMap.lean index 5a4dc25acd..3562741302 100644 --- a/stage0/src/Lean/Data/KVMap.lean +++ b/stage0/src/Lean/Data/KVMap.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/LBool.lean b/stage0/src/Lean/Data/LBool.lean index a5e6b2c935..009fd57077 100644 --- a/stage0/src/Lean/Data/LBool.lean +++ b/stage0/src/Lean/Data/LBool.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/LOption.lean b/stage0/src/Lean/Data/LOption.lean index 148f7d5c81..a6aee94c4b 100644 --- a/stage0/src/Lean/Data/LOption.lean +++ b/stage0/src/Lean/Data/LOption.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp.lean b/stage0/src/Lean/Data/Lsp.lean index f1fe849555..b33f8bfce3 100644 --- a/stage0/src/Lean/Data/Lsp.lean +++ b/stage0/src/Lean/Data/Lsp.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Basic.lean b/stage0/src/Lean/Data/Lsp/Basic.lean index 5874deaa01..ecb3d6b150 100644 --- a/stage0/src/Lean/Data/Lsp/Basic.lean +++ b/stage0/src/Lean/Data/Lsp/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Capabilities.lean b/stage0/src/Lean/Data/Lsp/Capabilities.lean index a9551af323..749c1ee75a 100644 --- a/stage0/src/Lean/Data/Lsp/Capabilities.lean +++ b/stage0/src/Lean/Data/Lsp/Capabilities.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Communication.lean b/stage0/src/Lean/Data/Lsp/Communication.lean index 545f36dbba..58019cd35b 100644 --- a/stage0/src/Lean/Data/Lsp/Communication.lean +++ b/stage0/src/Lean/Data/Lsp/Communication.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Diagnostics.lean b/stage0/src/Lean/Data/Lsp/Diagnostics.lean index 30b92a7a1e..83c1ee1c1d 100644 --- a/stage0/src/Lean/Data/Lsp/Diagnostics.lean +++ b/stage0/src/Lean/Data/Lsp/Diagnostics.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Hover.lean b/stage0/src/Lean/Data/Lsp/Hover.lean index 2646e4ff6b..c6891fecce 100644 --- a/stage0/src/Lean/Data/Lsp/Hover.lean +++ b/stage0/src/Lean/Data/Lsp/Hover.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Wojciech Nawrocki. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/InitShutdown.lean b/stage0/src/Lean/Data/Lsp/InitShutdown.lean index 0c8d860d05..08fce78384 100644 --- a/stage0/src/Lean/Data/Lsp/InitShutdown.lean +++ b/stage0/src/Lean/Data/Lsp/InitShutdown.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/TextSync.lean b/stage0/src/Lean/Data/Lsp/TextSync.lean index 227519921b..680af51b04 100644 --- a/stage0/src/Lean/Data/Lsp/TextSync.lean +++ b/stage0/src/Lean/Data/Lsp/TextSync.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Utf16.lean b/stage0/src/Lean/Data/Lsp/Utf16.lean index c6c45e07fd..277cdd8364 100644 --- a/stage0/src/Lean/Data/Lsp/Utf16.lean +++ b/stage0/src/Lean/Data/Lsp/Utf16.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Lsp/Workspace.lean b/stage0/src/Lean/Data/Lsp/Workspace.lean index 8650ffc4b5..4b4e2ce23c 100644 --- a/stage0/src/Lean/Data/Lsp/Workspace.lean +++ b/stage0/src/Lean/Data/Lsp/Workspace.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Wojciech Nawrocki. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Name.lean b/stage0/src/Lean/Data/Name.lean index af8405b00a..69bcb7b934 100644 --- a/stage0/src/Lean/Data/Name.lean +++ b/stage0/src/Lean/Data/Name.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Occurrences.lean b/stage0/src/Lean/Data/Occurrences.lean index b7611382aa..91e5680500 100644 --- a/stage0/src/Lean/Data/Occurrences.lean +++ b/stage0/src/Lean/Data/Occurrences.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/OpenDecl.lean b/stage0/src/Lean/Data/OpenDecl.lean index e33f8f5cef..30e2f79c24 100644 --- a/stage0/src/Lean/Data/OpenDecl.lean +++ b/stage0/src/Lean/Data/OpenDecl.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Options.lean b/stage0/src/Lean/Data/Options.lean index d9c194da52..225ba45ab9 100644 --- a/stage0/src/Lean/Data/Options.lean +++ b/stage0/src/Lean/Data/Options.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Position.lean b/stage0/src/Lean/Data/Position.lean index 8166eac364..a267fec7cf 100644 --- a/stage0/src/Lean/Data/Position.lean +++ b/stage0/src/Lean/Data/Position.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/SMap.lean b/stage0/src/Lean/Data/SMap.lean index c0aa7acb2e..5bf1f18b35 100644 --- a/stage0/src/Lean/Data/SMap.lean +++ b/stage0/src/Lean/Data/SMap.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Data/Trie.lean b/stage0/src/Lean/Data/Trie.lean index e8092d418c..08f36fe936 100644 --- a/stage0/src/Lean/Data/Trie.lean +++ b/stage0/src/Lean/Data/Trie.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Declaration.lean b/stage0/src/Lean/Declaration.lean index c86d1bf26c..84c55afb10 100644 --- a/stage0/src/Lean/Declaration.lean +++ b/stage0/src/Lean/Declaration.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Delaborator.lean b/stage0/src/Lean/Delaborator.lean index bca310c592..a5b2ffb4d6 100644 --- a/stage0/src/Lean/Delaborator.lean +++ b/stage0/src/Lean/Delaborator.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab.lean b/stage0/src/Lean/Elab.lean index dc4ba517fd..b6d22aa99b 100644 --- a/stage0/src/Lean/Elab.lean +++ b/stage0/src/Lean/Elab.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/App.lean b/stage0/src/Lean/Elab/App.lean index e8c9fa1b0f..9969157950 100644 --- a/stage0/src/Lean/Elab/App.lean +++ b/stage0/src/Lean/Elab/App.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Attributes.lean b/stage0/src/Lean/Elab/Attributes.lean index 3adf6967f7..0d27dd1dd6 100644 --- a/stage0/src/Lean/Elab/Attributes.lean +++ b/stage0/src/Lean/Elab/Attributes.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Binders.lean b/stage0/src/Lean/Elab/Binders.lean index c9cab564a0..6c91ed3c89 100644 --- a/stage0/src/Lean/Elab/Binders.lean +++ b/stage0/src/Lean/Elab/Binders.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/BuiltinNotation.lean b/stage0/src/Lean/Elab/BuiltinNotation.lean index 91e00c6d0c..b18be09973 100644 --- a/stage0/src/Lean/Elab/BuiltinNotation.lean +++ b/stage0/src/Lean/Elab/BuiltinNotation.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/CollectFVars.lean b/stage0/src/Lean/Elab/CollectFVars.lean index 3b1952d21b..37fee5a7b4 100644 --- a/stage0/src/Lean/Elab/CollectFVars.lean +++ b/stage0/src/Lean/Elab/CollectFVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Command.lean b/stage0/src/Lean/Elab/Command.lean index 5f6fb451a5..59b4488fe1 100644 --- a/stage0/src/Lean/Elab/Command.lean +++ b/stage0/src/Lean/Elab/Command.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/DeclModifiers.lean b/stage0/src/Lean/Elab/DeclModifiers.lean index 7cb59825ef..08957a921a 100644 --- a/stage0/src/Lean/Elab/DeclModifiers.lean +++ b/stage0/src/Lean/Elab/DeclModifiers.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/DeclUtil.lean b/stage0/src/Lean/Elab/DeclUtil.lean index 1571a94435..28dc338d99 100644 --- a/stage0/src/Lean/Elab/DeclUtil.lean +++ b/stage0/src/Lean/Elab/DeclUtil.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Declaration.lean b/stage0/src/Lean/Elab/Declaration.lean index f38c996b71..3f6217d6b1 100644 --- a/stage0/src/Lean/Elab/Declaration.lean +++ b/stage0/src/Lean/Elab/Declaration.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/DefView.lean b/stage0/src/Lean/Elab/DefView.lean index c08755e3bc..9f5ece8fee 100644 --- a/stage0/src/Lean/Elab/DefView.lean +++ b/stage0/src/Lean/Elab/DefView.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Do.lean b/stage0/src/Lean/Elab/Do.lean index cac636e53c..688e97d51a 100644 --- a/stage0/src/Lean/Elab/Do.lean +++ b/stage0/src/Lean/Elab/Do.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Exception.lean b/stage0/src/Lean/Elab/Exception.lean index 10308c69b7..1e0adddbed 100644 --- a/stage0/src/Lean/Elab/Exception.lean +++ b/stage0/src/Lean/Elab/Exception.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Frontend.lean b/stage0/src/Lean/Elab/Frontend.lean index 7553e81825..cac33748ab 100644 --- a/stage0/src/Lean/Elab/Frontend.lean +++ b/stage0/src/Lean/Elab/Frontend.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Import.lean b/stage0/src/Lean/Elab/Import.lean index 54c50e55d8..d7f7d6f199 100644 --- a/stage0/src/Lean/Elab/Import.lean +++ b/stage0/src/Lean/Elab/Import.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Inductive.lean b/stage0/src/Lean/Elab/Inductive.lean index fe7cf38882..5a24f29c94 100644 --- a/stage0/src/Lean/Elab/Inductive.lean +++ b/stage0/src/Lean/Elab/Inductive.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/LetRec.lean b/stage0/src/Lean/Elab/LetRec.lean index 60e2c3f7fc..c538c4e3a4 100644 --- a/stage0/src/Lean/Elab/LetRec.lean +++ b/stage0/src/Lean/Elab/LetRec.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Level.lean b/stage0/src/Lean/Elab/Level.lean index 9f36843434..7bb5d5c3c5 100644 --- a/stage0/src/Lean/Elab/Level.lean +++ b/stage0/src/Lean/Elab/Level.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Log.lean b/stage0/src/Lean/Elab/Log.lean index 26974e8cd6..f9233b7a6b 100644 --- a/stage0/src/Lean/Elab/Log.lean +++ b/stage0/src/Lean/Elab/Log.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Match.lean b/stage0/src/Lean/Elab/Match.lean index a6a94a6254..e01a713d27 100644 --- a/stage0/src/Lean/Elab/Match.lean +++ b/stage0/src/Lean/Elab/Match.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/MutualDef.lean b/stage0/src/Lean/Elab/MutualDef.lean index 71d8351149..1ecb0e80a9 100644 --- a/stage0/src/Lean/Elab/MutualDef.lean +++ b/stage0/src/Lean/Elab/MutualDef.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/PreDefinition.lean b/stage0/src/Lean/Elab/PreDefinition.lean index 486c58dcaf..f8a296e3e2 100644 --- a/stage0/src/Lean/Elab/PreDefinition.lean +++ b/stage0/src/Lean/Elab/PreDefinition.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/PreDefinition/Basic.lean b/stage0/src/Lean/Elab/PreDefinition/Basic.lean index 028c1d01ab..f32aeef55c 100644 --- a/stage0/src/Lean/Elab/PreDefinition/Basic.lean +++ b/stage0/src/Lean/Elab/PreDefinition/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/PreDefinition/Main.lean b/stage0/src/Lean/Elab/PreDefinition/Main.lean index 88091ffaaa..2577f3fd4d 100644 --- a/stage0/src/Lean/Elab/PreDefinition/Main.lean +++ b/stage0/src/Lean/Elab/PreDefinition/Main.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/PreDefinition/MkInhabitant.lean b/stage0/src/Lean/Elab/PreDefinition/MkInhabitant.lean index e482dc9142..e8509a0708 100644 --- a/stage0/src/Lean/Elab/PreDefinition/MkInhabitant.lean +++ b/stage0/src/Lean/Elab/PreDefinition/MkInhabitant.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/PreDefinition/Structural.lean b/stage0/src/Lean/Elab/PreDefinition/Structural.lean index f1d5252ad7..886581f303 100644 --- a/stage0/src/Lean/Elab/PreDefinition/Structural.lean +++ b/stage0/src/Lean/Elab/PreDefinition/Structural.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/PreDefinition/WF.lean b/stage0/src/Lean/Elab/PreDefinition/WF.lean index c941e6125f..f9e1021e5a 100644 --- a/stage0/src/Lean/Elab/PreDefinition/WF.lean +++ b/stage0/src/Lean/Elab/PreDefinition/WF.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Print.lean b/stage0/src/Lean/Elab/Print.lean index 510b53f37d..1685a5f896 100644 --- a/stage0/src/Lean/Elab/Print.lean +++ b/stage0/src/Lean/Elab/Print.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Quotation.lean b/stage0/src/Lean/Elab/Quotation.lean index 006edde618..8fe6cefac4 100644 --- a/stage0/src/Lean/Elab/Quotation.lean +++ b/stage0/src/Lean/Elab/Quotation.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/StrategyAttrs.lean b/stage0/src/Lean/Elab/StrategyAttrs.lean index e19a619f4d..c900509044 100644 --- a/stage0/src/Lean/Elab/StrategyAttrs.lean +++ b/stage0/src/Lean/Elab/StrategyAttrs.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/StructInst.lean b/stage0/src/Lean/Elab/StructInst.lean index d8208df34c..6091d6ca4c 100644 --- a/stage0/src/Lean/Elab/StructInst.lean +++ b/stage0/src/Lean/Elab/StructInst.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Structure.lean b/stage0/src/Lean/Elab/Structure.lean index 8eb8d8485a..265a519c8b 100644 --- a/stage0/src/Lean/Elab/Structure.lean +++ b/stage0/src/Lean/Elab/Structure.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Syntax.lean b/stage0/src/Lean/Elab/Syntax.lean index 82d7019202..e9ace9d044 100644 --- a/stage0/src/Lean/Elab/Syntax.lean +++ b/stage0/src/Lean/Elab/Syntax.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/SyntheticMVars.lean b/stage0/src/Lean/Elab/SyntheticMVars.lean index 6263d50c5e..db2e564b97 100644 --- a/stage0/src/Lean/Elab/SyntheticMVars.lean +++ b/stage0/src/Lean/Elab/SyntheticMVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic.lean b/stage0/src/Lean/Elab/Tactic.lean index 6249a05e46..f55d98262a 100644 --- a/stage0/src/Lean/Elab/Tactic.lean +++ b/stage0/src/Lean/Elab/Tactic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Basic.lean b/stage0/src/Lean/Elab/Tactic/Basic.lean index a0d40aa567..5d3fbcda6c 100644 --- a/stage0/src/Lean/Elab/Tactic/Basic.lean +++ b/stage0/src/Lean/Elab/Tactic/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Binders.lean b/stage0/src/Lean/Elab/Tactic/Binders.lean index 67c60f5e70..7d16b1ca3a 100644 --- a/stage0/src/Lean/Elab/Tactic/Binders.lean +++ b/stage0/src/Lean/Elab/Tactic/Binders.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/ElabTerm.lean b/stage0/src/Lean/Elab/Tactic/ElabTerm.lean index 94783181ed..3f41c0b495 100644 --- a/stage0/src/Lean/Elab/Tactic/ElabTerm.lean +++ b/stage0/src/Lean/Elab/Tactic/ElabTerm.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Generalize.lean b/stage0/src/Lean/Elab/Tactic/Generalize.lean index 4269162843..3f3caa8b0d 100644 --- a/stage0/src/Lean/Elab/Tactic/Generalize.lean +++ b/stage0/src/Lean/Elab/Tactic/Generalize.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Induction.lean b/stage0/src/Lean/Elab/Tactic/Induction.lean index 3f46aa967d..d4b1177af9 100644 --- a/stage0/src/Lean/Elab/Tactic/Induction.lean +++ b/stage0/src/Lean/Elab/Tactic/Induction.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Injection.lean b/stage0/src/Lean/Elab/Tactic/Injection.lean index 06b643666c..8ba60dad80 100644 --- a/stage0/src/Lean/Elab/Tactic/Injection.lean +++ b/stage0/src/Lean/Elab/Tactic/Injection.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Location.lean b/stage0/src/Lean/Elab/Tactic/Location.lean index 3648eca3ff..1d0038901b 100644 --- a/stage0/src/Lean/Elab/Tactic/Location.lean +++ b/stage0/src/Lean/Elab/Tactic/Location.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Match.lean b/stage0/src/Lean/Elab/Tactic/Match.lean index 17d8183e9d..66b75b0486 100644 --- a/stage0/src/Lean/Elab/Tactic/Match.lean +++ b/stage0/src/Lean/Elab/Tactic/Match.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Tactic/Rewrite.lean b/stage0/src/Lean/Elab/Tactic/Rewrite.lean index 6c717be7e9..7f0c52a7ae 100644 --- a/stage0/src/Lean/Elab/Tactic/Rewrite.lean +++ b/stage0/src/Lean/Elab/Tactic/Rewrite.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Term.lean b/stage0/src/Lean/Elab/Term.lean index a4e1b37f33..b08d3b5775 100644 --- a/stage0/src/Lean/Elab/Term.lean +++ b/stage0/src/Lean/Elab/Term.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Elab/Util.lean b/stage0/src/Lean/Elab/Util.lean index 336f17d3e3..1f74f7203d 100644 --- a/stage0/src/Lean/Elab/Util.lean +++ b/stage0/src/Lean/Elab/Util.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Environment.lean b/stage0/src/Lean/Environment.lean index 72d29d47e8..1753035068 100644 --- a/stage0/src/Lean/Environment.lean +++ b/stage0/src/Lean/Environment.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Eval.lean b/stage0/src/Lean/Eval.lean index 037b29a13f..4ee4482161 100644 --- a/stage0/src/Lean/Eval.lean +++ b/stage0/src/Lean/Eval.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Exception.lean b/stage0/src/Lean/Exception.lean index 7c354fb8b1..43f3765929 100644 --- a/stage0/src/Lean/Exception.lean +++ b/stage0/src/Lean/Exception.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Expr.lean b/stage0/src/Lean/Expr.lean index 57a674be39..a994ebdfc5 100644 --- a/stage0/src/Lean/Expr.lean +++ b/stage0/src/Lean/Expr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/HeadIndex.lean b/stage0/src/Lean/HeadIndex.lean index aa576379d9..0db4e6550e 100644 --- a/stage0/src/Lean/HeadIndex.lean +++ b/stage0/src/Lean/HeadIndex.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Hygiene.lean b/stage0/src/Lean/Hygiene.lean index 6f141cf206..9a79ff2dfb 100644 --- a/stage0/src/Lean/Hygiene.lean +++ b/stage0/src/Lean/Hygiene.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/InternalExceptionId.lean b/stage0/src/Lean/InternalExceptionId.lean index 4b64551ef0..a73da9a5d3 100644 --- a/stage0/src/Lean/InternalExceptionId.lean +++ b/stage0/src/Lean/InternalExceptionId.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/KeyedDeclsAttribute.lean b/stage0/src/Lean/KeyedDeclsAttribute.lean index a4e2c246b8..50e390a9c3 100644 --- a/stage0/src/Lean/KeyedDeclsAttribute.lean +++ b/stage0/src/Lean/KeyedDeclsAttribute.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Level.lean b/stage0/src/Lean/Level.lean index ac880dca3a..12857c840a 100644 --- a/stage0/src/Lean/Level.lean +++ b/stage0/src/Lean/Level.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/LocalContext.lean b/stage0/src/Lean/LocalContext.lean index 4305e50a70..3526dd0fa6 100644 --- a/stage0/src/Lean/LocalContext.lean +++ b/stage0/src/Lean/LocalContext.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Message.lean b/stage0/src/Lean/Message.lean index fbe211def3..485b9dce1f 100644 --- a/stage0/src/Lean/Message.lean +++ b/stage0/src/Lean/Message.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta.lean b/stage0/src/Lean/Meta.lean index d525ecbdf0..2274788ece 100644 --- a/stage0/src/Lean/Meta.lean +++ b/stage0/src/Lean/Meta.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/AbstractMVars.lean b/stage0/src/Lean/Meta/AbstractMVars.lean index 5aee9b2589..9dec7f346a 100644 --- a/stage0/src/Lean/Meta/AbstractMVars.lean +++ b/stage0/src/Lean/Meta/AbstractMVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/AbstractNestedProofs.lean b/stage0/src/Lean/Meta/AbstractNestedProofs.lean index 977ba9fd33..f31931bbee 100644 --- a/stage0/src/Lean/Meta/AbstractNestedProofs.lean +++ b/stage0/src/Lean/Meta/AbstractNestedProofs.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/AppBuilder.lean b/stage0/src/Lean/Meta/AppBuilder.lean index 6ac5800d2e..c33300b85f 100644 --- a/stage0/src/Lean/Meta/AppBuilder.lean +++ b/stage0/src/Lean/Meta/AppBuilder.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Basic.lean b/stage0/src/Lean/Meta/Basic.lean index 99e2478cb8..0dfa829d16 100644 --- a/stage0/src/Lean/Meta/Basic.lean +++ b/stage0/src/Lean/Meta/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Check.lean b/stage0/src/Lean/Meta/Check.lean index 7faa601a68..e1a8f25e66 100644 --- a/stage0/src/Lean/Meta/Check.lean +++ b/stage0/src/Lean/Meta/Check.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Closure.lean b/stage0/src/Lean/Meta/Closure.lean index 1402d32c05..358ab883a1 100644 --- a/stage0/src/Lean/Meta/Closure.lean +++ b/stage0/src/Lean/Meta/Closure.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/CollectMVars.lean b/stage0/src/Lean/Meta/CollectMVars.lean index 9c275eb784..574054376a 100644 --- a/stage0/src/Lean/Meta/CollectMVars.lean +++ b/stage0/src/Lean/Meta/CollectMVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/DiscrTree.lean b/stage0/src/Lean/Meta/DiscrTree.lean index f41081fd6f..b23b3e27f4 100644 --- a/stage0/src/Lean/Meta/DiscrTree.lean +++ b/stage0/src/Lean/Meta/DiscrTree.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/DiscrTreeTypes.lean b/stage0/src/Lean/Meta/DiscrTreeTypes.lean index 442a52fb37..be49d63382 100644 --- a/stage0/src/Lean/Meta/DiscrTreeTypes.lean +++ b/stage0/src/Lean/Meta/DiscrTreeTypes.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/ExprDefEq.lean b/stage0/src/Lean/Meta/ExprDefEq.lean index 518d878be9..014be7cacf 100644 --- a/stage0/src/Lean/Meta/ExprDefEq.lean +++ b/stage0/src/Lean/Meta/ExprDefEq.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/ForEachExpr.lean b/stage0/src/Lean/Meta/ForEachExpr.lean index cfb3cf9734..00a0c0ea2b 100644 --- a/stage0/src/Lean/Meta/ForEachExpr.lean +++ b/stage0/src/Lean/Meta/ForEachExpr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/FunInfo.lean b/stage0/src/Lean/Meta/FunInfo.lean index ee4ce0506a..92512ae7b2 100644 --- a/stage0/src/Lean/Meta/FunInfo.lean +++ b/stage0/src/Lean/Meta/FunInfo.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/GeneralizeTelescope.lean b/stage0/src/Lean/Meta/GeneralizeTelescope.lean index 390ac3f32a..21685ab9b6 100644 --- a/stage0/src/Lean/Meta/GeneralizeTelescope.lean +++ b/stage0/src/Lean/Meta/GeneralizeTelescope.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/InferType.lean b/stage0/src/Lean/Meta/InferType.lean index f5af72b11e..7cb2d10c8d 100644 --- a/stage0/src/Lean/Meta/InferType.lean +++ b/stage0/src/Lean/Meta/InferType.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Instances.lean b/stage0/src/Lean/Meta/Instances.lean index e266c93ff2..03f7e9d7c5 100644 --- a/stage0/src/Lean/Meta/Instances.lean +++ b/stage0/src/Lean/Meta/Instances.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/KAbstract.lean b/stage0/src/Lean/Meta/KAbstract.lean index 081068c375..25f0f57700 100644 --- a/stage0/src/Lean/Meta/KAbstract.lean +++ b/stage0/src/Lean/Meta/KAbstract.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/LevelDefEq.lean b/stage0/src/Lean/Meta/LevelDefEq.lean index 7232aff493..f2dc8ba98f 100644 --- a/stage0/src/Lean/Meta/LevelDefEq.lean +++ b/stage0/src/Lean/Meta/LevelDefEq.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Match.lean b/stage0/src/Lean/Meta/Match.lean index 66fa1519fc..d6d356dc47 100644 --- a/stage0/src/Lean/Meta/Match.lean +++ b/stage0/src/Lean/Meta/Match.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Match/CaseArraySizes.lean b/stage0/src/Lean/Meta/Match/CaseArraySizes.lean index cabdea4fe0..c04b86694e 100644 --- a/stage0/src/Lean/Meta/Match/CaseArraySizes.lean +++ b/stage0/src/Lean/Meta/Match/CaseArraySizes.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Match/CaseValues.lean b/stage0/src/Lean/Meta/Match/CaseValues.lean index d694889e78..d0411ae2bb 100644 --- a/stage0/src/Lean/Meta/Match/CaseValues.lean +++ b/stage0/src/Lean/Meta/Match/CaseValues.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Match/MVarRenaming.lean b/stage0/src/Lean/Meta/Match/MVarRenaming.lean index 682b9df2f7..e9948502ee 100644 --- a/stage0/src/Lean/Meta/Match/MVarRenaming.lean +++ b/stage0/src/Lean/Meta/Match/MVarRenaming.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Match/Match.lean b/stage0/src/Lean/Meta/Match/Match.lean index 6775dfed32..b4e73173e6 100644 --- a/stage0/src/Lean/Meta/Match/Match.lean +++ b/stage0/src/Lean/Meta/Match/Match.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Match/MatchPatternAttr.lean b/stage0/src/Lean/Meta/Match/MatchPatternAttr.lean index aa86616cd8..e209b7eb25 100644 --- a/stage0/src/Lean/Meta/Match/MatchPatternAttr.lean +++ b/stage0/src/Lean/Meta/Match/MatchPatternAttr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/MatchUtil.lean b/stage0/src/Lean/Meta/MatchUtil.lean index 2ac13212c9..3edfdf74be 100644 --- a/stage0/src/Lean/Meta/MatchUtil.lean +++ b/stage0/src/Lean/Meta/MatchUtil.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Offset.lean b/stage0/src/Lean/Meta/Offset.lean index a2a4de414b..f18b01365a 100644 --- a/stage0/src/Lean/Meta/Offset.lean +++ b/stage0/src/Lean/Meta/Offset.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/RecursorInfo.lean b/stage0/src/Lean/Meta/RecursorInfo.lean index 1072a407ec..fe383e5208 100644 --- a/stage0/src/Lean/Meta/RecursorInfo.lean +++ b/stage0/src/Lean/Meta/RecursorInfo.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Reduce.lean b/stage0/src/Lean/Meta/Reduce.lean index 589eafe0fe..3f66605152 100644 --- a/stage0/src/Lean/Meta/Reduce.lean +++ b/stage0/src/Lean/Meta/Reduce.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/ReduceEval.lean b/stage0/src/Lean/Meta/ReduceEval.lean index 634e5fba8d..4688e212a9 100644 --- a/stage0/src/Lean/Meta/ReduceEval.lean +++ b/stage0/src/Lean/Meta/ReduceEval.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/SynthInstance.lean b/stage0/src/Lean/Meta/SynthInstance.lean index cb22db76ef..c74fc1bbd4 100644 --- a/stage0/src/Lean/Meta/SynthInstance.lean +++ b/stage0/src/Lean/Meta/SynthInstance.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic.lean b/stage0/src/Lean/Meta/Tactic.lean index a262b596a7..c06dab4c1b 100644 --- a/stage0/src/Lean/Meta/Tactic.lean +++ b/stage0/src/Lean/Meta/Tactic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Apply.lean b/stage0/src/Lean/Meta/Tactic/Apply.lean index f4ebc5f269..bed50ae5de 100644 --- a/stage0/src/Lean/Meta/Tactic/Apply.lean +++ b/stage0/src/Lean/Meta/Tactic/Apply.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Assert.lean b/stage0/src/Lean/Meta/Tactic/Assert.lean index 685932aab7..d57ec1133b 100644 --- a/stage0/src/Lean/Meta/Tactic/Assert.lean +++ b/stage0/src/Lean/Meta/Tactic/Assert.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Assumption.lean b/stage0/src/Lean/Meta/Tactic/Assumption.lean index 046f03a001..186596abe6 100644 --- a/stage0/src/Lean/Meta/Tactic/Assumption.lean +++ b/stage0/src/Lean/Meta/Tactic/Assumption.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Cases.lean b/stage0/src/Lean/Meta/Tactic/Cases.lean index e1ddabf2f9..63c6872863 100644 --- a/stage0/src/Lean/Meta/Tactic/Cases.lean +++ b/stage0/src/Lean/Meta/Tactic/Cases.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Clear.lean b/stage0/src/Lean/Meta/Tactic/Clear.lean index 1e42deaa6f..4fa0f7e3c7 100644 --- a/stage0/src/Lean/Meta/Tactic/Clear.lean +++ b/stage0/src/Lean/Meta/Tactic/Clear.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/FVarSubst.lean b/stage0/src/Lean/Meta/Tactic/FVarSubst.lean index bdd067e655..ff0b27b7bb 100644 --- a/stage0/src/Lean/Meta/Tactic/FVarSubst.lean +++ b/stage0/src/Lean/Meta/Tactic/FVarSubst.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Generalize.lean b/stage0/src/Lean/Meta/Tactic/Generalize.lean index 0df3f5ce45..1cd8889c69 100644 --- a/stage0/src/Lean/Meta/Tactic/Generalize.lean +++ b/stage0/src/Lean/Meta/Tactic/Generalize.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Induction.lean b/stage0/src/Lean/Meta/Tactic/Induction.lean index 104ea8cf49..fe1ba5893c 100644 --- a/stage0/src/Lean/Meta/Tactic/Induction.lean +++ b/stage0/src/Lean/Meta/Tactic/Induction.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Injection.lean b/stage0/src/Lean/Meta/Tactic/Injection.lean index 27ffcc2cea..09490ba89c 100644 --- a/stage0/src/Lean/Meta/Tactic/Injection.lean +++ b/stage0/src/Lean/Meta/Tactic/Injection.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Intro.lean b/stage0/src/Lean/Meta/Tactic/Intro.lean index 408847c96b..d9d6b4bd33 100644 --- a/stage0/src/Lean/Meta/Tactic/Intro.lean +++ b/stage0/src/Lean/Meta/Tactic/Intro.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Replace.lean b/stage0/src/Lean/Meta/Tactic/Replace.lean index 13ee8fe237..41a58315bc 100644 --- a/stage0/src/Lean/Meta/Tactic/Replace.lean +++ b/stage0/src/Lean/Meta/Tactic/Replace.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Revert.lean b/stage0/src/Lean/Meta/Tactic/Revert.lean index de23c86d93..6c8f488b34 100644 --- a/stage0/src/Lean/Meta/Tactic/Revert.lean +++ b/stage0/src/Lean/Meta/Tactic/Revert.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Rewrite.lean b/stage0/src/Lean/Meta/Tactic/Rewrite.lean index b82ce81a1b..e73d9fc0ea 100644 --- a/stage0/src/Lean/Meta/Tactic/Rewrite.lean +++ b/stage0/src/Lean/Meta/Tactic/Rewrite.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Subst.lean b/stage0/src/Lean/Meta/Tactic/Subst.lean index 98a804d1e4..950fb439f2 100644 --- a/stage0/src/Lean/Meta/Tactic/Subst.lean +++ b/stage0/src/Lean/Meta/Tactic/Subst.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/Tactic/Util.lean b/stage0/src/Lean/Meta/Tactic/Util.lean index a70b02bce9..cb0e35f043 100644 --- a/stage0/src/Lean/Meta/Tactic/Util.lean +++ b/stage0/src/Lean/Meta/Tactic/Util.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/TransparencyMode.lean b/stage0/src/Lean/Meta/TransparencyMode.lean index 5986f051bf..e78266b1ad 100644 --- a/stage0/src/Lean/Meta/TransparencyMode.lean +++ b/stage0/src/Lean/Meta/TransparencyMode.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Meta/WHNF.lean b/stage0/src/Lean/Meta/WHNF.lean index 5c58035d0c..84dad68428 100644 --- a/stage0/src/Lean/Meta/WHNF.lean +++ b/stage0/src/Lean/Meta/WHNF.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/MetavarContext.lean b/stage0/src/Lean/MetavarContext.lean index b59495aff6..e3ac69ac60 100644 --- a/stage0/src/Lean/MetavarContext.lean +++ b/stage0/src/Lean/MetavarContext.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Modifiers.lean b/stage0/src/Lean/Modifiers.lean index 15a4af5b75..b3fd407da3 100644 --- a/stage0/src/Lean/Modifiers.lean +++ b/stage0/src/Lean/Modifiers.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/MonadEnv.lean b/stage0/src/Lean/MonadEnv.lean index 8aec2f484b..0ee19466e3 100644 --- a/stage0/src/Lean/MonadEnv.lean +++ b/stage0/src/Lean/MonadEnv.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser.lean b/stage0/src/Lean/Parser.lean index bae2f6cfa7..57c34a6279 100644 --- a/stage0/src/Lean/Parser.lean +++ b/stage0/src/Lean/Parser.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Basic.lean b/stage0/src/Lean/Parser/Basic.lean index 6d5c9d30ae..df22890200 100644 --- a/stage0/src/Lean/Parser/Basic.lean +++ b/stage0/src/Lean/Parser/Basic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Command.lean b/stage0/src/Lean/Parser/Command.lean index 7d39855fa6..609d5e99ce 100644 --- a/stage0/src/Lean/Parser/Command.lean +++ b/stage0/src/Lean/Parser/Command.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Do.lean b/stage0/src/Lean/Parser/Do.lean index 193f6da139..bf44893d53 100644 --- a/stage0/src/Lean/Parser/Do.lean +++ b/stage0/src/Lean/Parser/Do.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Extension.lean b/stage0/src/Lean/Parser/Extension.lean index 91599c22aa..d5c5b6cd0e 100644 --- a/stage0/src/Lean/Parser/Extension.lean +++ b/stage0/src/Lean/Parser/Extension.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Extra.lean b/stage0/src/Lean/Parser/Extra.lean index d0cdff7876..d0dd8f88c0 100644 --- a/stage0/src/Lean/Parser/Extra.lean +++ b/stage0/src/Lean/Parser/Extra.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Level.lean b/stage0/src/Lean/Parser/Level.lean index 0958c4f36a..e584d5f6a8 100644 --- a/stage0/src/Lean/Parser/Level.lean +++ b/stage0/src/Lean/Parser/Level.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Module.lean b/stage0/src/Lean/Parser/Module.lean index 8522054a4c..af25a9f973 100644 --- a/stage0/src/Lean/Parser/Module.lean +++ b/stage0/src/Lean/Parser/Module.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/StrInterpolation.lean b/stage0/src/Lean/Parser/StrInterpolation.lean index 1ad1236067..25322b4825 100644 --- a/stage0/src/Lean/Parser/StrInterpolation.lean +++ b/stage0/src/Lean/Parser/StrInterpolation.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Syntax.lean b/stage0/src/Lean/Parser/Syntax.lean index ad93eea283..2b8f97df0d 100644 --- a/stage0/src/Lean/Parser/Syntax.lean +++ b/stage0/src/Lean/Parser/Syntax.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Tactic.lean b/stage0/src/Lean/Parser/Tactic.lean index 427c4a5f86..4d4a59c51b 100644 --- a/stage0/src/Lean/Parser/Tactic.lean +++ b/stage0/src/Lean/Parser/Tactic.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Term.lean b/stage0/src/Lean/Parser/Term.lean index f55b8c4ddc..611a410437 100644 --- a/stage0/src/Lean/Parser/Term.lean +++ b/stage0/src/Lean/Parser/Term.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Parser/Transform.lean b/stage0/src/Lean/Parser/Transform.lean index 861aad3892..bbf13377e7 100644 --- a/stage0/src/Lean/Parser/Transform.lean +++ b/stage0/src/Lean/Parser/Transform.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/ParserCompiler.lean b/stage0/src/Lean/ParserCompiler.lean index e25355250f..c828b2dbeb 100644 --- a/stage0/src/Lean/ParserCompiler.lean +++ b/stage0/src/Lean/ParserCompiler.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/ParserCompiler/Attribute.lean b/stage0/src/Lean/ParserCompiler/Attribute.lean index ff2fbff48a..bd95801122 100644 --- a/stage0/src/Lean/ParserCompiler/Attribute.lean +++ b/stage0/src/Lean/ParserCompiler/Attribute.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/PrettyPrinter.lean b/stage0/src/Lean/PrettyPrinter.lean index 0dc664b66e..0cb03f8c51 100644 --- a/stage0/src/Lean/PrettyPrinter.lean +++ b/stage0/src/Lean/PrettyPrinter.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/PrettyPrinter/Backtrack.lean b/stage0/src/Lean/PrettyPrinter/Backtrack.lean index 2c58f1591f..410f6133a9 100644 --- a/stage0/src/Lean/PrettyPrinter/Backtrack.lean +++ b/stage0/src/Lean/PrettyPrinter/Backtrack.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/PrettyPrinter/Formatter.lean b/stage0/src/Lean/PrettyPrinter/Formatter.lean index 82c8b47676..abb52f802d 100644 --- a/stage0/src/Lean/PrettyPrinter/Formatter.lean +++ b/stage0/src/Lean/PrettyPrinter/Formatter.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/PrettyPrinter/Meta.lean b/stage0/src/Lean/PrettyPrinter/Meta.lean index 3559d94254..5c6808f7d4 100644 --- a/stage0/src/Lean/PrettyPrinter/Meta.lean +++ b/stage0/src/Lean/PrettyPrinter/Meta.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/PrettyPrinter/Parenthesizer.lean b/stage0/src/Lean/PrettyPrinter/Parenthesizer.lean index 5f0e9b5a0c..36872d33ef 100644 --- a/stage0/src/Lean/PrettyPrinter/Parenthesizer.lean +++ b/stage0/src/Lean/PrettyPrinter/Parenthesizer.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/ProjFns.lean b/stage0/src/Lean/ProjFns.lean index 75794659be..818f71cee9 100644 --- a/stage0/src/Lean/ProjFns.lean +++ b/stage0/src/Lean/ProjFns.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/ReducibilityAttrs.lean b/stage0/src/Lean/ReducibilityAttrs.lean index 5c6de7d11a..3078a202d7 100644 --- a/stage0/src/Lean/ReducibilityAttrs.lean +++ b/stage0/src/Lean/ReducibilityAttrs.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/ResolveName.lean b/stage0/src/Lean/ResolveName.lean index 9248beb5ec..c46bd3a9a5 100644 --- a/stage0/src/Lean/ResolveName.lean +++ b/stage0/src/Lean/ResolveName.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Runtime.lean b/stage0/src/Lean/Runtime.lean index 40a68711c8..438d358a72 100644 --- a/stage0/src/Lean/Runtime.lean +++ b/stage0/src/Lean/Runtime.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Scopes.lean b/stage0/src/Lean/Scopes.lean index 89fd07d474..9adffd6f63 100644 --- a/stage0/src/Lean/Scopes.lean +++ b/stage0/src/Lean/Scopes.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Server.lean b/stage0/src/Lean/Server.lean index d1939a70dd..77f56064c8 100644 --- a/stage0/src/Lean/Server.lean +++ b/stage0/src/Lean/Server.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Server/ServerBin.lean b/stage0/src/Lean/Server/ServerBin.lean index 6c0cf3dcb3..a6ac11a92e 100644 --- a/stage0/src/Lean/Server/ServerBin.lean +++ b/stage0/src/Lean/Server/ServerBin.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Wojciech Nawrocki. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Server/Snapshots.lean b/stage0/src/Lean/Server/Snapshots.lean index 24383d8f95..bbc9c346f2 100644 --- a/stage0/src/Lean/Server/Snapshots.lean +++ b/stage0/src/Lean/Server/Snapshots.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Wojciech Nawrocki. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Structure.lean b/stage0/src/Lean/Structure.lean index 7a7d7ec17c..256f6346d3 100644 --- a/stage0/src/Lean/Structure.lean +++ b/stage0/src/Lean/Structure.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Syntax.lean b/stage0/src/Lean/Syntax.lean index 6254f62147..9a55395964 100644 --- a/stage0/src/Lean/Syntax.lean +++ b/stage0/src/Lean/Syntax.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/ToExpr.lean b/stage0/src/Lean/ToExpr.lean index f584441e9a..72aa6eb938 100644 --- a/stage0/src/Lean/ToExpr.lean +++ b/stage0/src/Lean/ToExpr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util.lean b/stage0/src/Lean/Util.lean index 922d77f7dc..24177c3f0f 100644 --- a/stage0/src/Lean/Util.lean +++ b/stage0/src/Lean/Util.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/CollectFVars.lean b/stage0/src/Lean/Util/CollectFVars.lean index db8293cd91..0567c640f4 100644 --- a/stage0/src/Lean/Util/CollectFVars.lean +++ b/stage0/src/Lean/Util/CollectFVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/CollectLevelParams.lean b/stage0/src/Lean/Util/CollectLevelParams.lean index b312c51ce9..4fe7e19c4d 100644 --- a/stage0/src/Lean/Util/CollectLevelParams.lean +++ b/stage0/src/Lean/Util/CollectLevelParams.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/CollectMVars.lean b/stage0/src/Lean/Util/CollectMVars.lean index 21d50da3c4..955e4b5c92 100644 --- a/stage0/src/Lean/Util/CollectMVars.lean +++ b/stage0/src/Lean/Util/CollectMVars.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/Constructions.lean b/stage0/src/Lean/Util/Constructions.lean index 01f1d11208..d0a16d7e98 100644 --- a/stage0/src/Lean/Util/Constructions.lean +++ b/stage0/src/Lean/Util/Constructions.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/FindExpr.lean b/stage0/src/Lean/Util/FindExpr.lean index c42b607fe5..f48b25dc41 100644 --- a/stage0/src/Lean/Util/FindExpr.lean +++ b/stage0/src/Lean/Util/FindExpr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/FindMVar.lean b/stage0/src/Lean/Util/FindMVar.lean index dcb417966b..9597d352a5 100644 --- a/stage0/src/Lean/Util/FindMVar.lean +++ b/stage0/src/Lean/Util/FindMVar.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/FoldConsts.lean b/stage0/src/Lean/Util/FoldConsts.lean index 073240a670..3151190465 100644 --- a/stage0/src/Lean/Util/FoldConsts.lean +++ b/stage0/src/Lean/Util/FoldConsts.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/ForEachExpr.lean b/stage0/src/Lean/Util/ForEachExpr.lean index 2692bd5296..ad5f6be841 100644 --- a/stage0/src/Lean/Util/ForEachExpr.lean +++ b/stage0/src/Lean/Util/ForEachExpr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/MonadCache.lean b/stage0/src/Lean/Util/MonadCache.lean index 9cfc19848c..b88d48bf9f 100644 --- a/stage0/src/Lean/Util/MonadCache.lean +++ b/stage0/src/Lean/Util/MonadCache.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/PPExt.lean b/stage0/src/Lean/Util/PPExt.lean index dabe7b3a5a..1a59548073 100644 --- a/stage0/src/Lean/Util/PPExt.lean +++ b/stage0/src/Lean/Util/PPExt.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/PPGoal.lean b/stage0/src/Lean/Util/PPGoal.lean index f67199a4ed..2bfbc1b670 100644 --- a/stage0/src/Lean/Util/PPGoal.lean +++ b/stage0/src/Lean/Util/PPGoal.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/Path.lean b/stage0/src/Lean/Util/Path.lean index ce29340e19..fcedabaa84 100644 --- a/stage0/src/Lean/Util/Path.lean +++ b/stage0/src/Lean/Util/Path.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/Profile.lean b/stage0/src/Lean/Util/Profile.lean index 1f040ac2ef..d70582ed67 100644 --- a/stage0/src/Lean/Util/Profile.lean +++ b/stage0/src/Lean/Util/Profile.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/RecDepth.lean b/stage0/src/Lean/Util/RecDepth.lean index b1ce31b867..8a888ffc92 100644 --- a/stage0/src/Lean/Util/RecDepth.lean +++ b/stage0/src/Lean/Util/RecDepth.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/Recognizers.lean b/stage0/src/Lean/Util/Recognizers.lean index a166fdd7df..4cb009b692 100644 --- a/stage0/src/Lean/Util/Recognizers.lean +++ b/stage0/src/Lean/Util/Recognizers.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/ReplaceExpr.lean b/stage0/src/Lean/Util/ReplaceExpr.lean index e42a581be2..d1ce96e101 100644 --- a/stage0/src/Lean/Util/ReplaceExpr.lean +++ b/stage0/src/Lean/Util/ReplaceExpr.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/ReplaceLevel.lean b/stage0/src/Lean/Util/ReplaceLevel.lean index ac9732b495..67c7805d1d 100644 --- a/stage0/src/Lean/Util/ReplaceLevel.lean +++ b/stage0/src/Lean/Util/ReplaceLevel.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/SCC.lean b/stage0/src/Lean/Util/SCC.lean index 3d6a04c337..ca0ef010f8 100644 --- a/stage0/src/Lean/Util/SCC.lean +++ b/stage0/src/Lean/Util/SCC.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/Sorry.lean b/stage0/src/Lean/Util/Sorry.lean index 9e84419af5..6db0068e93 100644 --- a/stage0/src/Lean/Util/Sorry.lean +++ b/stage0/src/Lean/Util/Sorry.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Lean/Util/Trace.lean b/stage0/src/Lean/Util/Trace.lean index b301fd7e96..4e0c4c6543 100644 --- a/stage0/src/Lean/Util/Trace.lean +++ b/stage0/src/Lean/Util/Trace.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data.lean b/stage0/src/Std/Data.lean index 9b533eaa1e..0397c49f45 100644 --- a/stage0/src/Std/Data.lean +++ b/stage0/src/Std/Data.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/AssocList.lean b/stage0/src/Std/Data/AssocList.lean index 3e54350321..00deeb9296 100644 --- a/stage0/src/Std/Data/AssocList.lean +++ b/stage0/src/Std/Data/AssocList.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/BinomialHeap.lean b/stage0/src/Std/Data/BinomialHeap.lean index 34d8e699cf..7a87c9b279 100644 --- a/stage0/src/Std/Data/BinomialHeap.lean +++ b/stage0/src/Std/Data/BinomialHeap.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/DList.lean b/stage0/src/Std/Data/DList.lean index 31310bfefd..6cf4fe0a4d 100644 --- a/stage0/src/Std/Data/DList.lean +++ b/stage0/src/Std/Data/DList.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/HashMap.lean b/stage0/src/Std/Data/HashMap.lean index d5b38e5387..837245d06d 100644 --- a/stage0/src/Std/Data/HashMap.lean +++ b/stage0/src/Std/Data/HashMap.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/HashSet.lean b/stage0/src/Std/Data/HashSet.lean index 68332276cc..a2576c7930 100644 --- a/stage0/src/Std/Data/HashSet.lean +++ b/stage0/src/Std/Data/HashSet.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/PersistentArray.lean b/stage0/src/Std/Data/PersistentArray.lean index 3ac8bdab96..e658487966 100644 --- a/stage0/src/Std/Data/PersistentArray.lean +++ b/stage0/src/Std/Data/PersistentArray.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/PersistentHashMap.lean b/stage0/src/Std/Data/PersistentHashMap.lean index b0898b79df..aa682289b6 100644 --- a/stage0/src/Std/Data/PersistentHashMap.lean +++ b/stage0/src/Std/Data/PersistentHashMap.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/PersistentHashSet.lean b/stage0/src/Std/Data/PersistentHashSet.lean index c6a33ab26c..ed2947da7d 100644 --- a/stage0/src/Std/Data/PersistentHashSet.lean +++ b/stage0/src/Std/Data/PersistentHashSet.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/Queue.lean b/stage0/src/Std/Data/Queue.lean index be7a8aff32..80b935c397 100644 --- a/stage0/src/Std/Data/Queue.lean +++ b/stage0/src/Std/Data/Queue.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/RBMap.lean b/stage0/src/Std/Data/RBMap.lean index d5315d0021..4fbf488360 100644 --- a/stage0/src/Std/Data/RBMap.lean +++ b/stage0/src/Std/Data/RBMap.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/RBTree.lean b/stage0/src/Std/Data/RBTree.lean index 538afe0dae..0797b49744 100644 --- a/stage0/src/Std/Data/RBTree.lean +++ b/stage0/src/Std/Data/RBTree.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/Data/Stack.lean b/stage0/src/Std/Data/Stack.lean index 3fc75b1023..7a8c0d7c22 100644 --- a/stage0/src/Std/Data/Stack.lean +++ b/stage0/src/Std/Data/Stack.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/src/Std/ShareCommon.lean b/stage0/src/Std/ShareCommon.lean index 4b3c5133b3..bf35e1f5a9 100644 --- a/stage0/src/Std/ShareCommon.lean +++ b/stage0/src/Std/ShareCommon.lean @@ -1,4 +1,3 @@ -#lang lean4 /- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. diff --git a/stage0/stdlib/Init/Data/Array/Basic.c b/stage0/stdlib/Init/Data/Array/Basic.c index 463fd793fa..70902d0154 100644 --- a/stage0/stdlib/Init/Data/Array/Basic.c +++ b/stage0/stdlib/Init/Data/Array/Basic.c @@ -1196,7 +1196,7 @@ x_8 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed x_9 = lean_string_append(x_7, x_8); x_10 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_11 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__4; -x_12 = lean_unsigned_to_nat(149u); +x_12 = lean_unsigned_to_nat(148u); x_13 = lean_unsigned_to_nat(2u); x_14 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_10, x_11, x_12, x_13, x_9); lean_dec(x_9); @@ -1228,7 +1228,7 @@ x_8 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed x_9 = lean_string_append(x_7, x_8); x_10 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_11 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__4; -x_12 = lean_unsigned_to_nat(149u); +x_12 = lean_unsigned_to_nat(148u); x_13 = lean_unsigned_to_nat(2u); x_14 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_10, x_11, x_12, x_13, x_9); lean_dec(x_9); @@ -3267,7 +3267,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_2 = l_Array_findSome_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(293u); +x_3 = lean_unsigned_to_nat(292u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Array_findSome_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3496,7 +3496,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_2 = l_Array_findSomeRev_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(301u); +x_3 = lean_unsigned_to_nat(300u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Array_findSome_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3822,7 +3822,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_2 = l_Array_findIdx_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(326u); +x_3 = lean_unsigned_to_nat(325u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Array_findSome_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8764,7 +8764,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_2 = l_Array_insertAt___rarg___closed__1; -x_3 = lean_unsigned_to_nat(705u); +x_3 = lean_unsigned_to_nat(704u); x_4 = lean_unsigned_to_nat(20u); x_5 = l_Array_insertAt___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Init/Data/Int/Basic.c b/stage0/stdlib/Init/Data/Int/Basic.c index f43e5e710e..7cfaca0b76 100644 --- a/stage0/stdlib/Init/Data/Int/Basic.c +++ b/stage0/stdlib/Init/Data/Int/Basic.c @@ -1136,7 +1136,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_String_toInt_x21___closed__1; x_2 = l_String_toInt_x21___closed__2; -x_3 = lean_unsigned_to_nat(173u); +x_3 = lean_unsigned_to_nat(172u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_String_toInt_x21___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Init/Data/List/BasicAux.c b/stage0/stdlib/Init/Data/List/BasicAux.c index b7e4625337..907cc9e867 100644 --- a/stage0/stdlib/Init/Data/List/BasicAux.c +++ b/stage0/stdlib/Init/Data/List/BasicAux.c @@ -184,7 +184,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_get_x21___rarg___closed__1; x_2 = l_List_get_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(22u); +x_3 = lean_unsigned_to_nat(21u); x_4 = lean_unsigned_to_nat(18u); x_5 = l_List_get_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -481,7 +481,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_get_x21___rarg___closed__1; x_2 = l_List_head_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(33u); +x_3 = lean_unsigned_to_nat(32u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_List_head_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -709,7 +709,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_get_x21___rarg___closed__1; x_2 = l_List_tail_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(45u); +x_3 = lean_unsigned_to_nat(44u); x_4 = lean_unsigned_to_nat(13u); x_5 = l_List_head_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -1041,7 +1041,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_get_x21___rarg___closed__1; x_2 = l_List_getLast_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(62u); +x_3 = lean_unsigned_to_nat(61u); x_4 = lean_unsigned_to_nat(13u); x_5 = l_List_head_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Init/Data/Option/BasicAux.c b/stage0/stdlib/Init/Data/Option/BasicAux.c index 0ed8738bc9..15c592bacc 100644 --- a/stage0/stdlib/Init/Data/Option/BasicAux.c +++ b/stage0/stdlib/Init/Data/Option/BasicAux.c @@ -85,7 +85,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Option_get_x21___rarg___closed__1; x_2 = l_Option_get_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(17u); +x_3 = lean_unsigned_to_nat(16u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Option_get_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Init/Data/String/Extra.c b/stage0/stdlib/Init/Data/String/Extra.c index f04bad1da1..8842c42769 100644 --- a/stage0/stdlib/Init/Data/String/Extra.c +++ b/stage0/stdlib/Init/Data/String/Extra.c @@ -60,7 +60,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_String_toNat_x21___closed__1; x_2 = l_String_toNat_x21___closed__2; -x_3 = lean_unsigned_to_nat(18u); +x_3 = lean_unsigned_to_nat(17u); x_4 = lean_unsigned_to_nat(4u); x_5 = l_String_toNat_x21___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Init/LeanInit.c b/stage0/stdlib/Init/LeanInit.c index fffbd68144..8297e2cd86 100644 --- a/stage0/stdlib/Init/LeanInit.c +++ b/stage0/stdlib/Init/LeanInit.c @@ -3612,7 +3612,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__1; x_2 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__2; -x_3 = lean_unsigned_to_nat(354u); +x_3 = lean_unsigned_to_nat(353u); x_4 = lean_unsigned_to_nat(24u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3941,7 +3941,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__1; x_2 = l___private_Init_LeanInit_0__Lean_assembleParts___closed__1; -x_3 = lean_unsigned_to_nat(388u); +x_3 = lean_unsigned_to_nat(387u); x_4 = lean_unsigned_to_nat(35u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4068,7 +4068,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__1; x_2 = l___private_Init_LeanInit_0__Lean_extractImported___closed__1; -x_3 = lean_unsigned_to_nat(397u); +x_3 = lean_unsigned_to_nat(396u); x_4 = lean_unsigned_to_nat(35u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4204,7 +4204,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__1; x_2 = l___private_Init_LeanInit_0__Lean_extractMainModule___closed__1; -x_3 = lean_unsigned_to_nat(406u); +x_3 = lean_unsigned_to_nat(405u); x_4 = lean_unsigned_to_nat(33u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4338,7 +4338,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__1; x_2 = l___private_Init_LeanInit_0__Lean_extractMacroScopesAux___closed__1; -x_3 = lean_unsigned_to_nat(411u); +x_3 = lean_unsigned_to_nat(410u); x_4 = lean_unsigned_to_nat(29u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Init/Util.c b/stage0/stdlib/Init/Util.c index 96d6b0ca02..203d291c0f 100644 --- a/stage0/stdlib/Init/Util.c +++ b/stage0/stdlib/Init/Util.c @@ -304,7 +304,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_unreachable_x21___rarg___closed__1; x_2 = l_unreachable_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(47u); +x_3 = lean_unsigned_to_nat(46u); x_4 = lean_unsigned_to_nat(2u); x_5 = l_unreachable_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Compiler/IR/Basic.c b/stage0/stdlib/Lean/Compiler/IR/Basic.c index 9ca7e3b185..b1d1393e40 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Basic.c +++ b/stage0/stdlib/Lean/Compiler/IR/Basic.c @@ -4043,7 +4043,7 @@ x_5 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed x_6 = lean_string_append(x_4, x_5); x_7 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__3; x_8 = l___private_Init_Data_Array_Basic_0__Array_swapAtPanic_x21___rarg___closed__4; -x_9 = lean_unsigned_to_nat(149u); +x_9 = lean_unsigned_to_nat(148u); x_10 = lean_unsigned_to_nat(2u); x_11 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_7, x_8, x_9, x_10, x_6); lean_dec(x_6); diff --git a/stage0/stdlib/Lean/Compiler/IR/Borrow.c b/stage0/stdlib/Lean/Compiler/IR/Borrow.c index d4649d6d9b..b505f82285 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Borrow.c +++ b/stage0/stdlib/Lean/Compiler/IR/Borrow.c @@ -2305,7 +2305,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_Borrow_ApplyParamMap_visitFnBody___closed__1; x_2 = l_Lean_IR_Borrow_ApplyParamMap_visitFnBody___closed__2; -x_3 = lean_unsigned_to_nat(119u); +x_3 = lean_unsigned_to_nat(118u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -2589,7 +2589,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_Borrow_ApplyParamMap_visitFnBody___closed__1; x_2 = l_Array_umapMAux___at_Lean_IR_Borrow_ApplyParamMap_visitDecls___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(135u); +x_3 = lean_unsigned_to_nat(134u); x_4 = lean_unsigned_to_nat(17u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3712,7 +3712,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_Borrow_ApplyParamMap_visitFnBody___closed__1; x_2 = l_Lean_IR_Borrow_getParamInfo___closed__3; -x_3 = lean_unsigned_to_nat(210u); +x_3 = lean_unsigned_to_nat(209u); x_4 = lean_unsigned_to_nat(19u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3725,7 +3725,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_Borrow_ApplyParamMap_visitFnBody___closed__1; x_2 = l_Lean_IR_Borrow_getParamInfo___closed__3; -x_3 = lean_unsigned_to_nat(211u); +x_3 = lean_unsigned_to_nat(210u); x_4 = lean_unsigned_to_nat(9u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c b/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c index 3686f38b4a..ec22909ec3 100644 --- a/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c +++ b/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c @@ -932,7 +932,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_UnreachableBranches_Value_addChoice___closed__1; x_2 = l_Lean_IR_UnreachableBranches_Value_addChoice___closed__2; -x_3 = lean_unsigned_to_nat(41u); +x_3 = lean_unsigned_to_nat(40u); x_4 = lean_unsigned_to_nat(10u); x_5 = l_Lean_IR_UnreachableBranches_Value_addChoice___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Compiler/IR/EmitC.c b/stage0/stdlib/Lean/Compiler/IR/EmitC.c index e52ae07b71..1d96b73889 100644 --- a/stage0/stdlib/Lean/Compiler/IR/EmitC.c +++ b/stage0/stdlib/Lean/Compiler/IR/EmitC.c @@ -1368,7 +1368,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_EmitC_toCType___closed__8; x_2 = l_Lean_IR_EmitC_toCType___closed__9; -x_3 = lean_unsigned_to_nat(66u); +x_3 = lean_unsigned_to_nat(65u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_IR_EmitC_toCType___closed__10; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -1381,7 +1381,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_IR_EmitC_toCType___closed__8; x_2 = l_Lean_IR_EmitC_toCType___closed__9; -x_3 = lean_unsigned_to_nat(67u); +x_3 = lean_unsigned_to_nat(66u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_IR_EmitC_toCType___closed__10; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Data/Format.c b/stage0/stdlib/Lean/Data/Format.c index 59c0502a07..3ef080fe20 100644 --- a/stage0/stdlib/Lean/Data/Format.c +++ b/stage0/stdlib/Lean/Data/Format.c @@ -1908,7 +1908,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Data_Format_0__Lean_Format_be___closed__4; x_2 = l___private_Lean_Data_Format_0__Lean_Format_be___closed__5; -x_3 = lean_unsigned_to_nat(155u); +x_3 = lean_unsigned_to_nat(154u); x_4 = lean_unsigned_to_nat(14u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Data/Name.c b/stage0/stdlib/Lean/Data/Name.c index d334352901..47eb6001e5 100644 --- a/stage0/stdlib/Lean/Data/Name.c +++ b/stage0/stdlib/Lean/Data/Name.c @@ -476,7 +476,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Name_getString_x21___closed__1; x_2 = l_Lean_Name_getString_x21___closed__2; -x_3 = lean_unsigned_to_nat(33u); +x_3 = lean_unsigned_to_nat(32u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Data/SMap.c b/stage0/stdlib/Lean/Data/SMap.c index 9e5931af62..503b58c048 100644 --- a/stage0/stdlib/Lean/Data/SMap.c +++ b/stage0/stdlib/Lean/Data/SMap.c @@ -585,7 +585,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_SMap_find_x21___rarg___closed__1; x_2 = l_Lean_SMap_find_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(56u); +x_3 = lean_unsigned_to_nat(55u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Std_PersistentHashMap_find_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Declaration.c b/stage0/stdlib/Lean/Declaration.c index bc446ce62c..fa5822c963 100644 --- a/stage0/stdlib/Lean/Declaration.c +++ b/stage0/stdlib/Lean/Declaration.c @@ -2476,7 +2476,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_ConstantInfo_value_x21___closed__1; x_2 = l_Lean_ConstantInfo_value_x21___closed__2; -x_3 = lean_unsigned_to_nat(337u); +x_3 = lean_unsigned_to_nat(336u); x_4 = lean_unsigned_to_nat(33u); x_5 = l_Lean_ConstantInfo_value_x21___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Delaborator.c b/stage0/stdlib/Lean/Delaborator.c index e8b2668ce2..f39bcae117 100644 --- a/stage0/stdlib/Lean/Delaborator.c +++ b/stage0/stdlib/Lean/Delaborator.c @@ -4623,7 +4623,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_withAppFn___rarg___closed__3; -x_3 = lean_unsigned_to_nat(190u); +x_3 = lean_unsigned_to_nat(189u); x_4 = lean_unsigned_to_nat(34u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4722,7 +4722,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_withAppArg___rarg___closed__1; -x_3 = lean_unsigned_to_nat(194u); +x_3 = lean_unsigned_to_nat(193u); x_4 = lean_unsigned_to_nat(35u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5113,7 +5113,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_withProj___rarg___closed__1; -x_3 = lean_unsigned_to_nat(214u); +x_3 = lean_unsigned_to_nat(213u); x_4 = lean_unsigned_to_nat(36u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5212,7 +5212,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_withMDataExpr___rarg___closed__1; -x_3 = lean_unsigned_to_nat(218u); +x_3 = lean_unsigned_to_nat(217u); x_4 = lean_unsigned_to_nat(35u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -10883,7 +10883,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabFVar___closed__1; -x_3 = lean_unsigned_to_nat(254u); +x_3 = lean_unsigned_to_nat(253u); x_4 = lean_unsigned_to_nat(31u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -11064,7 +11064,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabBVar___closed__1; -x_3 = lean_unsigned_to_nat(265u); +x_3 = lean_unsigned_to_nat(264u); x_4 = lean_unsigned_to_nat(34u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -11207,7 +11207,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabMVar___closed__1; -x_3 = lean_unsigned_to_nat(270u); +x_3 = lean_unsigned_to_nat(269u); x_4 = lean_unsigned_to_nat(32u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -11489,7 +11489,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabSort___closed__1; -x_3 = lean_unsigned_to_nat(276u); +x_3 = lean_unsigned_to_nat(275u); x_4 = lean_unsigned_to_nat(32u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12857,7 +12857,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabConst___closed__1; -x_3 = lean_unsigned_to_nat(308u); +x_3 = lean_unsigned_to_nat(307u); x_4 = lean_unsigned_to_nat(36u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -16704,7 +16704,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabLam___lambda__3___closed__2; -x_3 = lean_unsigned_to_nat(467u); +x_3 = lean_unsigned_to_nat(466u); x_4 = lean_unsigned_to_nat(44u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -17688,7 +17688,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabForall___lambda__1___closed__3; -x_3 = lean_unsigned_to_nat(490u); +x_3 = lean_unsigned_to_nat(489u); x_4 = lean_unsigned_to_nat(33u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -18278,7 +18278,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabLetE___closed__1; -x_3 = lean_unsigned_to_nat(494u); +x_3 = lean_unsigned_to_nat(493u); x_4 = lean_unsigned_to_nat(38u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -18684,7 +18684,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabLit___closed__1; -x_3 = lean_unsigned_to_nat(505u); +x_3 = lean_unsigned_to_nat(504u); x_4 = lean_unsigned_to_nat(31u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -19103,7 +19103,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_Delaborator_delabProj___closed__1; -x_3 = lean_unsigned_to_nat(523u); +x_3 = lean_unsigned_to_nat(522u); x_4 = lean_unsigned_to_nat(38u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -27530,7 +27530,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Delaborator_withAppFn___rarg___closed__2; x_2 = l_Lean_delab___closed__1; -x_3 = lean_unsigned_to_nat(684u); +x_3 = lean_unsigned_to_nat(683u); x_4 = lean_unsigned_to_nat(14u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/App.c b/stage0/stdlib/Lean/Elab/App.c index 1b00004c09..74427f1db8 100644 --- a/stage0/stdlib/Lean/Elab/App.c +++ b/stage0/stdlib/Lean/Elab/App.c @@ -30458,7 +30458,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Array_umapMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__1___closed__1; x_2 = l_Array_umapMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__1___closed__2; -x_3 = lean_unsigned_to_nat(785u); +x_3 = lean_unsigned_to_nat(784u); x_4 = lean_unsigned_to_nat(35u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -30727,7 +30727,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Array_umapMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__1___closed__1; x_2 = l_Array_umapMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(803u); +x_3 = lean_unsigned_to_nat(802u); x_4 = lean_unsigned_to_nat(35u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Binders.c b/stage0/stdlib/Lean/Elab/Binders.c index fe9ca3f2bf..bd491778d2 100644 --- a/stage0/stdlib/Lean/Elab/Binders.c +++ b/stage0/stdlib/Lean/Elab/Binders.c @@ -975,7 +975,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__1; x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__2; -x_3 = lean_unsigned_to_nat(55u); +x_3 = lean_unsigned_to_nat(54u); x_4 = lean_unsigned_to_nat(26u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -19981,7 +19981,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__1; x_2 = l_Lean_Elab_Term_elabLetDeclCore___closed__7; -x_3 = lean_unsigned_to_nat(517u); +x_3 = lean_unsigned_to_nat(516u); x_4 = lean_unsigned_to_nat(22u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Command.c b/stage0/stdlib/Lean/Elab/Command.c index 31ce037464..316604ba4b 100644 --- a/stage0/stdlib/Lean/Elab/Command.c +++ b/stage0/stdlib/Lean/Elab/Command.c @@ -11343,7 +11343,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Command_modifyScope___closed__1; x_2 = l_Lean_Elab_Command_modifyScope___closed__2; -x_3 = lean_unsigned_to_nat(373u); +x_3 = lean_unsigned_to_nat(372u); x_4 = lean_unsigned_to_nat(16u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Do.c b/stage0/stdlib/Lean/Elab/Do.c index 428d2d236b..3edfcab933 100644 --- a/stage0/stdlib/Lean/Elab/Do.c +++ b/stage0/stdlib/Lean/Elab/Do.c @@ -16787,7 +16787,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__20; -x_3 = lean_unsigned_to_nat(815u); +x_3 = lean_unsigned_to_nat(814u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -18394,7 +18394,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_continueToTermCore___closed__1; -x_3 = lean_unsigned_to_nat(828u); +x_3 = lean_unsigned_to_nat(827u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -18571,7 +18571,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_continueToTermCore___closed__1; -x_3 = lean_unsigned_to_nat(832u); +x_3 = lean_unsigned_to_nat(831u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -19772,7 +19772,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_breakToTermCore___closed__1; -x_3 = lean_unsigned_to_nat(844u); +x_3 = lean_unsigned_to_nat(843u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -19858,7 +19858,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_breakToTermCore___closed__1; -x_3 = lean_unsigned_to_nat(848u); +x_3 = lean_unsigned_to_nat(847u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -21137,7 +21137,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTermCore___closed__8; -x_3 = lean_unsigned_to_nat(864u); +x_3 = lean_unsigned_to_nat(863u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -26954,7 +26954,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_mkNestedKind___closed__1; -x_3 = lean_unsigned_to_nat(1033u); +x_3 = lean_unsigned_to_nat(1032u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -27267,7 +27267,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_Do_ToTerm_returnToTermCore___closed__19; x_2 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__3; -x_3 = lean_unsigned_to_nat(1089u); +x_3 = lean_unsigned_to_nat(1088u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Inductive.c b/stage0/stdlib/Lean/Elab/Inductive.c index 7b03ac58e0..07e0b42637 100644 --- a/stage0/stdlib/Lean/Elab/Inductive.c +++ b/stage0/stdlib/Lean/Elab/Inductive.c @@ -12893,7 +12893,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Std_HashMap_find_x21___rarg___closed__1; x_2 = l_Std_HashMap_find_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(164u); +x_3 = lean_unsigned_to_nat(163u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Std_PersistentHashMap_find_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Match.c b/stage0/stdlib/Lean/Elab/Match.c index ea4b8470ff..fa375980bd 100644 --- a/stage0/stdlib/Lean/Elab/Match.c +++ b/stage0/stdlib/Lean/Elab/Match.c @@ -5936,7 +5936,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_CollectPatternVars_CtorApp_pushNewArg___closed__2; x_2 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_CollectPatternVars_CtorApp_pushNewArg___closed__3; -x_3 = lean_unsigned_to_nat(305u); +x_3 = lean_unsigned_to_nat(304u); x_4 = lean_unsigned_to_nat(19u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c b/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c index 5d2e5e1887..a251f2c10f 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c @@ -1955,7 +1955,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux___closed__1; x_2 = l___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux___closed__2; -x_3 = lean_unsigned_to_nat(98u); +x_3 = lean_unsigned_to_nat(97u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Structural.c b/stage0/stdlib/Lean/Elab/PreDefinition/Structural.c index d13c1e1e1a..627f71a32b 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Structural.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Structural.c @@ -4371,7 +4371,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Array_umapMAux___at___private_Lean_Elab_PreDefinition_Structural_0__Lean_Elab_findRecArg_loop___spec__2___closed__1; x_2 = l_Array_umapMAux___at___private_Lean_Elab_PreDefinition_Structural_0__Lean_Elab_findRecArg_loop___spec__2___closed__2; -x_3 = lean_unsigned_to_nat(111u); +x_3 = lean_unsigned_to_nat(110u); x_4 = lean_unsigned_to_nat(119u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Quotation.c b/stage0/stdlib/Lean/Elab/Quotation.c index 0fbba9b9e1..a1ae1e8070 100644 --- a/stage0/stdlib/Lean/Elab/Quotation.c +++ b/stage0/stdlib/Lean/Elab/Quotation.c @@ -1870,7 +1870,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2; -x_3 = lean_unsigned_to_nat(103u); +x_3 = lean_unsigned_to_nat(102u); x_4 = lean_unsigned_to_nat(20u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -6352,7 +6352,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_explodeHeadPat___closed__1; -x_3 = lean_unsigned_to_nat(225u); +x_3 = lean_unsigned_to_nat(224u); x_4 = lean_unsigned_to_nat(7u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9730,7 +9730,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__4; -x_3 = lean_unsigned_to_nat(254u); +x_3 = lean_unsigned_to_nat(253u); x_4 = lean_unsigned_to_nat(10u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -15767,7 +15767,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_toPreterm___closed__6; -x_3 = lean_unsigned_to_nat(334u); +x_3 = lean_unsigned_to_nat(333u); x_4 = lean_unsigned_to_nat(11u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -15780,7 +15780,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_toPreterm___closed__6; -x_3 = lean_unsigned_to_nat(333u); +x_3 = lean_unsigned_to_nat(332u); x_4 = lean_unsigned_to_nat(14u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/StructInst.c b/stage0/stdlib/Lean/Elab/StructInst.c index 70ea70147f..ecd5da344a 100644 --- a/stage0/stdlib/Lean/Elab/StructInst.c +++ b/stage0/stdlib/Lean/Elab/StructInst.c @@ -1806,7 +1806,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__5; -x_3 = lean_unsigned_to_nat(75u); +x_3 = lean_unsigned_to_nat(74u); x_4 = lean_unsigned_to_nat(19u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5963,7 +5963,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_Lean_Elab_Term_StructInst_FieldVal_toSyntax___closed__1; -x_3 = lean_unsigned_to_nat(257u); +x_3 = lean_unsigned_to_nat(256u); x_4 = lean_unsigned_to_nat(25u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -6095,7 +6095,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_Lean_Elab_Term_StructInst_Field_toSyntax___closed__1; -x_3 = lean_unsigned_to_nat(268u); +x_3 = lean_unsigned_to_nat(267u); x_4 = lean_unsigned_to_nat(11u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8971,7 +8971,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_List_map___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(347u); +x_3 = lean_unsigned_to_nat(346u); x_4 = lean_unsigned_to_nat(34u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -10129,7 +10129,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__10___closed__1; -x_3 = lean_unsigned_to_nat(365u); +x_3 = lean_unsigned_to_nat(364u); x_4 = lean_unsigned_to_nat(11u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -20940,7 +20940,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_Lean_Elab_Term_StructInst_DefaultFields_findDefaultMissing_x3f___lambda__1___closed__1; -x_3 = lean_unsigned_to_nat(595u); +x_3 = lean_unsigned_to_nat(594u); x_4 = lean_unsigned_to_nat(20u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -21175,7 +21175,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_Lean_Elab_Term_StructInst_DefaultFields_getFieldName___closed__1; -x_3 = lean_unsigned_to_nat(603u); +x_3 = lean_unsigned_to_nat(602u); x_4 = lean_unsigned_to_nat(9u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -24349,7 +24349,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___closed__4; x_2 = l_List_forM___at_Lean_Elab_Term_StructInst_DefaultFields_step___spec__1___lambda__1___closed__1; -x_3 = lean_unsigned_to_nat(725u); +x_3 = lean_unsigned_to_nat(724u); x_4 = lean_unsigned_to_nat(23u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Structure.c b/stage0/stdlib/Lean/Elab/Structure.c index 6dd469c79f..13279d5fd5 100644 --- a/stage0/stdlib/Lean/Elab/Structure.c +++ b/stage0/stdlib/Lean/Elab/Structure.c @@ -6714,7 +6714,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields___rarg___closed__10; x_2 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields___rarg___closed__11; -x_3 = lean_unsigned_to_nat(305u); +x_3 = lean_unsigned_to_nat(304u); x_4 = lean_unsigned_to_nat(37u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Syntax.c b/stage0/stdlib/Lean/Elab/Syntax.c index 5abe61b858..339e1d07af 100644 --- a/stage0/stdlib/Lean/Elab/Syntax.c +++ b/stage0/stdlib/Lean/Elab/Syntax.c @@ -10555,7 +10555,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_Syntax_0__Lean_Elab_Command_getCatSuffix___closed__1; x_2 = l___private_Lean_Elab_Syntax_0__Lean_Elab_Command_getCatSuffix___closed__2; -x_3 = lean_unsigned_to_nat(187u); +x_3 = lean_unsigned_to_nat(186u); x_4 = lean_unsigned_to_nat(20u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/SyntheticMVars.c b/stage0/stdlib/Lean/Elab/SyntheticMVars.c index dfa659177f..699752c47b 100644 --- a/stage0/stdlib/Lean/Elab/SyntheticMVars.c +++ b/stage0/stdlib/Lean/Elab/SyntheticMVars.c @@ -1863,7 +1863,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__1; x_2 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__2; -x_3 = lean_unsigned_to_nat(85u); +x_3 = lean_unsigned_to_nat(84u); x_4 = lean_unsigned_to_nat(34u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -2033,7 +2033,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__1; x_2 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingCoeInstMVar___lambda__1___closed__1; -x_3 = lean_unsigned_to_nat(96u); +x_3 = lean_unsigned_to_nat(95u); x_4 = lean_unsigned_to_nat(31u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4756,7 +4756,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__1; x_2 = l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(180u); +x_3 = lean_unsigned_to_nat(179u); x_4 = lean_unsigned_to_nat(9u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Elab/Term.c b/stage0/stdlib/Lean/Elab/Term.c index 4e1abf808a..8a2529ba53 100644 --- a/stage0/stdlib/Lean/Elab/Term.c +++ b/stage0/stdlib/Lean/Elab/Term.c @@ -2439,7 +2439,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__2; x_2 = l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__3; -x_3 = lean_unsigned_to_nat(223u); +x_3 = lean_unsigned_to_nat(222u); x_4 = lean_unsigned_to_nat(14u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Expr.c b/stage0/stdlib/Lean/Expr.c index 7be7218d1b..521d581e42 100644 --- a/stage0/stdlib/Lean/Expr.c +++ b/stage0/stdlib/Lean/Expr.c @@ -2158,7 +2158,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__2; -x_3 = lean_unsigned_to_nat(143u); +x_3 = lean_unsigned_to_nat(142u); x_4 = lean_unsigned_to_nat(44u); x_5 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -7981,7 +7981,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_getRevArg_x21___closed__1; -x_3 = lean_unsigned_to_nat(507u); +x_3 = lean_unsigned_to_nat(506u); x_4 = lean_unsigned_to_nat(22u); x_5 = l_List_get_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8364,7 +8364,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_appFn_x21___closed__1; -x_3 = lean_unsigned_to_nat(527u); +x_3 = lean_unsigned_to_nat(526u); x_4 = lean_unsigned_to_nat(17u); x_5 = l_Lean_Expr_appFn_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8448,7 +8448,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_appArg_x21___closed__1; -x_3 = lean_unsigned_to_nat(531u); +x_3 = lean_unsigned_to_nat(530u); x_4 = lean_unsigned_to_nat(17u); x_5 = l_Lean_Expr_appFn_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8866,7 +8866,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_constName_x21___closed__1; -x_3 = lean_unsigned_to_nat(550u); +x_3 = lean_unsigned_to_nat(549u); x_4 = lean_unsigned_to_nat(19u); x_5 = l_Lean_Expr_constName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9013,7 +9013,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_constLevels_x21___closed__1; -x_3 = lean_unsigned_to_nat(558u); +x_3 = lean_unsigned_to_nat(557u); x_4 = lean_unsigned_to_nat(20u); x_5 = l_Lean_Expr_constName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9103,7 +9103,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_bvarIdx_x21___closed__1; -x_3 = lean_unsigned_to_nat(562u); +x_3 = lean_unsigned_to_nat(561u); x_4 = lean_unsigned_to_nat(18u); x_5 = l_Lean_Expr_bvarIdx_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9193,7 +9193,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_fvarId_x21___closed__1; -x_3 = lean_unsigned_to_nat(566u); +x_3 = lean_unsigned_to_nat(565u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Expr_fvarId_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9283,7 +9283,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_mvarId_x21___closed__1; -x_3 = lean_unsigned_to_nat(570u); +x_3 = lean_unsigned_to_nat(569u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Expr_mvarId_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9398,7 +9398,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_bindingName_x21___closed__1; -x_3 = lean_unsigned_to_nat(575u); +x_3 = lean_unsigned_to_nat(574u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_Expr_bindingName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9514,7 +9514,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_bindingDomain_x21___closed__1; -x_3 = lean_unsigned_to_nat(580u); +x_3 = lean_unsigned_to_nat(579u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_Expr_bindingName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9630,7 +9630,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_bindingBody_x21___closed__1; -x_3 = lean_unsigned_to_nat(585u); +x_3 = lean_unsigned_to_nat(584u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_Expr_bindingName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9746,7 +9746,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_bindingInfo_x21___closed__1; -x_3 = lean_unsigned_to_nat(590u); +x_3 = lean_unsigned_to_nat(589u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_Expr_bindingName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9855,7 +9855,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_letName_x21___closed__1; -x_3 = lean_unsigned_to_nat(594u); +x_3 = lean_unsigned_to_nat(593u); x_4 = lean_unsigned_to_nat(22u); x_5 = l_Lean_Expr_letName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12057,7 +12057,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_hasAnyFVar_visit___closed__1; -x_3 = lean_unsigned_to_nat(851u); +x_3 = lean_unsigned_to_nat(850u); x_4 = lean_unsigned_to_nat(32u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12324,7 +12324,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateApp_x21___closed__1; -x_3 = lean_unsigned_to_nat(873u); +x_3 = lean_unsigned_to_nat(872u); x_4 = lean_unsigned_to_nat(20u); x_5 = l_Lean_Expr_appFn_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12430,7 +12430,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateConst_x21___closed__1; -x_3 = lean_unsigned_to_nat(882u); +x_3 = lean_unsigned_to_nat(881u); x_4 = lean_unsigned_to_nat(20u); x_5 = l_Lean_Expr_constName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12541,7 +12541,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateSort_x21___closed__1; -x_3 = lean_unsigned_to_nat(891u); +x_3 = lean_unsigned_to_nat(890u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Expr_updateSort_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12729,7 +12729,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateMData_x21___closed__1; -x_3 = lean_unsigned_to_nat(908u); +x_3 = lean_unsigned_to_nat(907u); x_4 = lean_unsigned_to_nat(19u); x_5 = l_Lean_Expr_updateMData_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12836,7 +12836,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateProj_x21___closed__1; -x_3 = lean_unsigned_to_nat(913u); +x_3 = lean_unsigned_to_nat(912u); x_4 = lean_unsigned_to_nat(20u); x_5 = l_Lean_Expr_updateProj_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12956,7 +12956,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateForall_x21___closed__1; -x_3 = lean_unsigned_to_nat(922u); +x_3 = lean_unsigned_to_nat(921u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_Expr_updateForall_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13069,7 +13069,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateForallE_x21___closed__1; -x_3 = lean_unsigned_to_nat(927u); +x_3 = lean_unsigned_to_nat(926u); x_4 = lean_unsigned_to_nat(23u); x_5 = l_Lean_Expr_updateForall_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13193,7 +13193,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateLambda_x21___closed__1; -x_3 = lean_unsigned_to_nat(936u); +x_3 = lean_unsigned_to_nat(935u); x_4 = lean_unsigned_to_nat(19u); x_5 = l_Lean_Expr_updateLambda_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13306,7 +13306,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateLambdaE_x21___closed__1; -x_3 = lean_unsigned_to_nat(941u); +x_3 = lean_unsigned_to_nat(940u); x_4 = lean_unsigned_to_nat(19u); x_5 = l_Lean_Expr_updateLambda_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13422,7 +13422,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_updateLet_x21___closed__1; -x_3 = lean_unsigned_to_nat(950u); +x_3 = lean_unsigned_to_nat(949u); x_4 = lean_unsigned_to_nat(22u); x_5 = l_Lean_Expr_letName_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13819,7 +13819,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Expr_0__Lean_Expr_mkDataCore___closed__1; x_2 = l_Lean_Expr_instantiateLevelParamsCore_visit___closed__1; -x_3 = lean_unsigned_to_nat(970u); +x_3 = lean_unsigned_to_nat(969u); x_4 = lean_unsigned_to_nat(25u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/HeadIndex.c b/stage0/stdlib/Lean/HeadIndex.c index ddf4a25e1c..6d2fd26532 100644 --- a/stage0/stdlib/Lean/HeadIndex.c +++ b/stage0/stdlib/Lean/HeadIndex.c @@ -1306,7 +1306,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Expr_toHeadIndex___closed__1; x_2 = l_Lean_Expr_toHeadIndex___closed__2; -x_3 = lean_unsigned_to_nat(81u); +x_3 = lean_unsigned_to_nat(80u); x_4 = lean_unsigned_to_nat(29u); x_5 = l_Lean_Expr_toHeadIndex___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Level.c b/stage0/stdlib/Lean/Level.c index dcedb8b8a4..f36f62c94e 100644 --- a/stage0/stdlib/Lean/Level.c +++ b/stage0/stdlib/Lean/Level.c @@ -508,7 +508,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Level_mkData___closed__2; x_2 = l_Lean_Level_mkData___closed__3; -x_3 = lean_unsigned_to_nat(46u); +x_3 = lean_unsigned_to_nat(45u); x_4 = lean_unsigned_to_nat(35u); x_5 = l_Lean_Level_mkData___closed__4; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -1842,7 +1842,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Level_mkData___closed__2; x_2 = l_Lean_Level_mvarId_x21___closed__1; -x_3 = lean_unsigned_to_nat(158u); +x_3 = lean_unsigned_to_nat(157u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Level_mvarId_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4344,7 +4344,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Level_mkData___closed__2; x_2 = l_Lean_Level_normalize___closed__1; -x_3 = lean_unsigned_to_nat(342u); +x_3 = lean_unsigned_to_nat(341u); x_4 = lean_unsigned_to_nat(11u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5887,7 +5887,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Level_mkData___closed__2; x_2 = l_Lean_Level_updateSucc_x21___closed__1; -x_3 = lean_unsigned_to_nat(435u); +x_3 = lean_unsigned_to_nat(434u); x_4 = lean_unsigned_to_nat(18u); x_5 = l_Lean_Level_updateSucc_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5997,7 +5997,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Level_mkData___closed__2; x_2 = l_Lean_Level_updateMax_x21___closed__1; -x_3 = lean_unsigned_to_nat(444u); +x_3 = lean_unsigned_to_nat(443u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Level_updateMax_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -6111,7 +6111,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Level_mkData___closed__2; x_2 = l_Lean_Level_updateIMax_x21___closed__1; -x_3 = lean_unsigned_to_nat(453u); +x_3 = lean_unsigned_to_nat(452u); x_4 = lean_unsigned_to_nat(22u); x_5 = l_Lean_Level_updateIMax_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/LocalContext.c b/stage0/stdlib/Lean/LocalContext.c index fd25148acd..e9f6e50ae9 100644 --- a/stage0/stdlib/Lean/LocalContext.c +++ b/stage0/stdlib/Lean/LocalContext.c @@ -1484,7 +1484,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_LocalDecl_value___closed__1; x_2 = l_Lean_LocalDecl_value___closed__2; -x_3 = lean_unsigned_to_nat(71u); +x_3 = lean_unsigned_to_nat(70u); x_4 = lean_unsigned_to_nat(25u); x_5 = l_Lean_LocalDecl_value___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -1813,7 +1813,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_LocalDecl_value___closed__1; x_2 = l_Lean_LocalDecl_updateBinderInfo___closed__1; -x_3 = lean_unsigned_to_nat(84u); +x_3 = lean_unsigned_to_nat(83u); x_4 = lean_unsigned_to_nat(36u); x_5 = l_Lean_LocalDecl_updateBinderInfo___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3045,7 +3045,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_LocalDecl_value___closed__1; x_2 = l_Lean_LocalContext_get_x21___closed__1; -x_3 = lean_unsigned_to_nat(144u); +x_3 = lean_unsigned_to_nat(143u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Lean_LocalContext_get_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -7952,7 +7952,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_LocalDecl_value___closed__1; x_2 = l_Nat_foldRev_loop___at_Lean_LocalContext_mkBinding___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(330u); +x_3 = lean_unsigned_to_nat(329u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Lean_LocalContext_get_x21___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/AbstractMVars.c b/stage0/stdlib/Lean/Meta/AbstractMVars.c index 82c5a98673..ce42fd0da6 100644 --- a/stage0/stdlib/Lean/Meta/AbstractMVars.c +++ b/stage0/stdlib/Lean/Meta/AbstractMVars.c @@ -2861,7 +2861,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__3; x_2 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__4; -x_3 = lean_unsigned_to_nat(104u); +x_3 = lean_unsigned_to_nat(103u); x_4 = lean_unsigned_to_nat(20u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/Basic.c b/stage0/stdlib/Lean/Meta/Basic.c index 5b3655a9d3..f5cf8ea23a 100644 --- a/stage0/stdlib/Lean/Meta/Basic.c +++ b/stage0/stdlib/Lean/Meta/Basic.c @@ -16658,7 +16658,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___closed__2; x_2 = l___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___closed__3; -x_3 = lean_unsigned_to_nat(480u); +x_3 = lean_unsigned_to_nat(479u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/Check.c b/stage0/stdlib/Lean/Meta/Check.c index 1d5b91bda1..3a3f429bfd 100644 --- a/stage0/stdlib/Lean/Meta/Check.c +++ b/stage0/stdlib/Lean/Meta/Check.c @@ -301,7 +301,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__1; x_2 = l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__2; -x_3 = lean_unsigned_to_nat(27u); +x_3 = lean_unsigned_to_nat(26u); x_4 = lean_unsigned_to_nat(7u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/DiscrTree.c b/stage0/stdlib/Lean/Meta/DiscrTree.c index 451978dc39..2d971a8b82 100644 --- a/stage0/stdlib/Lean/Meta/DiscrTree.c +++ b/stage0/stdlib/Lean/Meta/DiscrTree.c @@ -5220,7 +5220,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Meta_DiscrTree_insertCore___rarg___closed__2; x_2 = l_Lean_Meta_DiscrTree_insertCore___rarg___closed__3; -x_3 = lean_unsigned_to_nat(230u); +x_3 = lean_unsigned_to_nat(229u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Meta_DiscrTree_insertCore___rarg___closed__4; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/ExprDefEq.c b/stage0/stdlib/Lean/Meta/ExprDefEq.c index 63a3b48d33..44ee803cc4 100644 --- a/stage0/stdlib/Lean/Meta/ExprDefEq.c +++ b/stage0/stdlib/Lean/Meta/ExprDefEq.c @@ -29249,7 +29249,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Meta_CheckAssignment_check___closed__3; x_2 = l_Lean_Meta_CheckAssignment_check___closed__4; -x_3 = lean_unsigned_to_nat(519u); +x_3 = lean_unsigned_to_nat(518u); x_4 = lean_unsigned_to_nat(30u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -32946,7 +32946,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Meta_CheckAssignment_check___closed__3; x_2 = l_Lean_Meta_CheckAssignmentQuick_check_visit___closed__1; -x_3 = lean_unsigned_to_nat(597u); +x_3 = lean_unsigned_to_nat(596u); x_4 = lean_unsigned_to_nat(22u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/InferType.c b/stage0/stdlib/Lean/Meta/InferType.c index c66eb51d57..2d0104f7f7 100644 --- a/stage0/stdlib/Lean/Meta/InferType.c +++ b/stage0/stdlib/Lean/Meta/InferType.c @@ -5691,7 +5691,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferTypeAux___closed__3; x_2 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferTypeAux___closed__4; -x_3 = lean_unsigned_to_nat(142u); +x_3 = lean_unsigned_to_nat(141u); x_4 = lean_unsigned_to_nat(30u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8870,7 +8870,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferTypeAux___closed__3; x_2 = l_Lean_Meta_isPropQuick___closed__1; -x_3 = lean_unsigned_to_nat(203u); +x_3 = lean_unsigned_to_nat(202u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -10547,7 +10547,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferTypeAux___closed__3; x_2 = l_Lean_Meta_isProofQuick___closed__1; -x_3 = lean_unsigned_to_nat(268u); +x_3 = lean_unsigned_to_nat(267u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -12055,7 +12055,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferTypeAux___closed__3; x_2 = l_Lean_Meta_isTypeQuick___closed__1; -x_3 = lean_unsigned_to_nat(325u); +x_3 = lean_unsigned_to_nat(324u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/Match/Match.c b/stage0/stdlib/Lean/Meta/Match/Match.c index f84968ce09..6de781b33e 100644 --- a/stage0/stdlib/Lean/Meta/Match/Match.c +++ b/stage0/stdlib/Lean/Meta/Match/Match.c @@ -8884,7 +8884,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__2; -x_3 = lean_unsigned_to_nat(357u); +x_3 = lean_unsigned_to_nat(356u); x_4 = lean_unsigned_to_nat(19u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9228,7 +9228,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__2; -x_3 = lean_unsigned_to_nat(353u); +x_3 = lean_unsigned_to_nat(352u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -10372,7 +10372,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern___closed__1; -x_3 = lean_unsigned_to_nat(372u); +x_3 = lean_unsigned_to_nat(371u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -10530,7 +10530,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_mapM___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processVariable___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(386u); +x_3 = lean_unsigned_to_nat(385u); x_4 = lean_unsigned_to_nat(40u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -11016,7 +11016,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_mapM___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processVariable___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(381u); +x_3 = lean_unsigned_to_nat(380u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -31082,7 +31082,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_Lean_Meta_Match_processInaccessibleAsCtor___closed__1; -x_3 = lean_unsigned_to_nat(526u); +x_3 = lean_unsigned_to_nat(525u); x_4 = lean_unsigned_to_nat(9u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -32327,7 +32327,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_filterMapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__8___closed__1; -x_3 = lean_unsigned_to_nat(571u); +x_3 = lean_unsigned_to_nat(570u); x_4 = lean_unsigned_to_nat(48u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -32963,7 +32963,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_filterMapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__8___closed__1; -x_3 = lean_unsigned_to_nat(532u); +x_3 = lean_unsigned_to_nat(531u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -33430,7 +33430,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_filterMapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(590u); +x_3 = lean_unsigned_to_nat(589u); x_4 = lean_unsigned_to_nat(21u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -34000,7 +34000,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_filterMapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable___spec__1___closed__1; -x_3 = lean_unsigned_to_nat(576u); +x_3 = lean_unsigned_to_nat(575u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -34816,7 +34816,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__6___closed__1; -x_3 = lean_unsigned_to_nat(630u); +x_3 = lean_unsigned_to_nat(629u); x_4 = lean_unsigned_to_nat(18u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -35429,7 +35429,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__6___closed__1; -x_3 = lean_unsigned_to_nat(609u); +x_3 = lean_unsigned_to_nat(608u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -37035,7 +37035,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_mapM___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__8___closed__1; -x_3 = lean_unsigned_to_nat(685u); +x_3 = lean_unsigned_to_nat(684u); x_4 = lean_unsigned_to_nat(18u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -37735,7 +37735,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_List_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; x_2 = l_List_mapM___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__8___closed__1; -x_3 = lean_unsigned_to_nat(663u); +x_3 = lean_unsigned_to_nat(662u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/SynthInstance.c b/stage0/stdlib/Lean/Meta/SynthInstance.c index e185791049..c0e2816926 100644 --- a/stage0/stdlib/Lean/Meta/SynthInstance.c +++ b/stage0/stdlib/Lean/Meta/SynthInstance.c @@ -3573,7 +3573,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Array_umapMAux___at_Lean_Meta_SynthInstance_getInstances___spec__2___closed__1; x_2 = l_Array_umapMAux___at_Lean_Meta_SynthInstance_getInstances___spec__2___closed__2; -x_3 = lean_unsigned_to_nat(181u); +x_3 = lean_unsigned_to_nat(180u); x_4 = lean_unsigned_to_nat(13u); x_5 = l_Array_umapMAux___at_Lean_Meta_SynthInstance_getInstances___spec__2___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5526,7 +5526,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Array_umapMAux___at_Lean_Meta_SynthInstance_getInstances___spec__2___closed__1; x_2 = l_Lean_Meta_SynthInstance_getEntry___closed__2; -x_3 = lean_unsigned_to_nat(222u); +x_3 = lean_unsigned_to_nat(221u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Meta_SynthInstance_getEntry___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -13448,7 +13448,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Array_umapMAux___at_Lean_Meta_SynthInstance_getInstances___spec__2___closed__1; x_2 = l_Lean_Meta_SynthInstance_resume___closed__1; -x_3 = lean_unsigned_to_nat(421u); +x_3 = lean_unsigned_to_nat(420u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Meta_SynthInstance_resume___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Induction.c b/stage0/stdlib/Lean/Meta/Tactic/Induction.c index 6850802649..e30ed4d688 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Induction.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Induction.c @@ -1749,7 +1749,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__1; x_2 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__2; -x_3 = lean_unsigned_to_nat(112u); +x_3 = lean_unsigned_to_nat(111u); x_4 = lean_unsigned_to_nat(15u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Subst.c b/stage0/stdlib/Lean/Meta/Tactic/Subst.c index 5794813c84..5158999845 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Subst.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Subst.c @@ -1910,7 +1910,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Meta_substCore___lambda__11___closed__3; x_2 = l_Lean_Meta_substCore___lambda__11___closed__4; -x_3 = lean_unsigned_to_nat(49u); +x_3 = lean_unsigned_to_nat(48u); x_4 = lean_unsigned_to_nat(20u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Meta/WHNF.c b/stage0/stdlib/Lean/Meta/WHNF.c index 57c03c7c34..96575fb6ba 100644 --- a/stage0/stdlib/Lean/Meta/WHNF.c +++ b/stage0/stdlib/Lean/Meta/WHNF.c @@ -5553,7 +5553,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__1; x_2 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__2; -x_3 = lean_unsigned_to_nat(205u); +x_3 = lean_unsigned_to_nat(204u); x_4 = lean_unsigned_to_nat(33u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -5566,7 +5566,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__1; x_2 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__2; -x_3 = lean_unsigned_to_nat(227u); +x_3 = lean_unsigned_to_nat(226u); x_4 = lean_unsigned_to_nat(33u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -6496,7 +6496,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__1; x_2 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___at___private_Lean_Meta_WHNF_0__Lean_Meta_whnfCoreImp___spec__2___closed__3; -x_3 = lean_unsigned_to_nat(296u); +x_3 = lean_unsigned_to_nat(295u); x_4 = lean_unsigned_to_nat(9u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -19575,7 +19575,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__1; x_2 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__1; -x_3 = lean_unsigned_to_nat(413u); +x_3 = lean_unsigned_to_nat(412u); x_4 = lean_unsigned_to_nat(32u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -19796,7 +19796,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfEasyCases___closed__1; x_2 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__1; -x_3 = lean_unsigned_to_nat(423u); +x_3 = lean_unsigned_to_nat(422u); x_4 = lean_unsigned_to_nat(32u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/MetavarContext.c b/stage0/stdlib/Lean/MetavarContext.c index dabd5d3355..48a3e87e6d 100644 --- a/stage0/stdlib/Lean/MetavarContext.c +++ b/stage0/stdlib/Lean/MetavarContext.c @@ -3117,7 +3117,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_getDecl___closed__2; -x_3 = lean_unsigned_to_nat(346u); +x_3 = lean_unsigned_to_nat(345u); x_4 = lean_unsigned_to_nat(17u); x_5 = l_Lean_MetavarContext_getDecl___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4008,7 +4008,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_getLevelDepth___closed__1; -x_3 = lean_unsigned_to_nat(369u); +x_3 = lean_unsigned_to_nat(368u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Lean_MetavarContext_getDecl___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4158,7 +4158,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_renameMVar___closed__1; -x_3 = lean_unsigned_to_nat(378u); +x_3 = lean_unsigned_to_nat(377u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_MetavarContext_getDecl___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8082,7 +8082,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_isLevelAssignable___closed__1; -x_3 = lean_unsigned_to_nat(442u); +x_3 = lean_unsigned_to_nat(441u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Lean_MetavarContext_isLevelAssignable___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -8870,7 +8870,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_hasAssignedMVar___closed__1; -x_3 = lean_unsigned_to_nat(474u); +x_3 = lean_unsigned_to_nat(473u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9943,7 +9943,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_hasAssignableMVar___closed__1; -x_3 = lean_unsigned_to_nat(499u); +x_3 = lean_unsigned_to_nat(498u); x_4 = lean_unsigned_to_nat(28u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -47880,7 +47880,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_MetavarContext_getDecl___closed__1; x_2 = l_Lean_MetavarContext_isWellFormed___closed__1; -x_3 = lean_unsigned_to_nat(1029u); +x_3 = lean_unsigned_to_nat(1028u); x_4 = lean_unsigned_to_nat(32u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Parser/Extension.c b/stage0/stdlib/Lean/Parser/Extension.c index fc2d0c9f48..e103ba51cd 100644 --- a/stage0/stdlib/Lean/Parser/Extension.c +++ b/stage0/stdlib/Lean/Parser/Extension.c @@ -3387,7 +3387,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_ParserExtensionAddEntry___closed__1; x_2 = l___private_Lean_Parser_Extension_0__Lean_Parser_ParserExtensionAddEntry___closed__2; -x_3 = lean_unsigned_to_nat(153u); +x_3 = lean_unsigned_to_nat(152u); x_4 = lean_unsigned_to_nat(24u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -3400,7 +3400,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_ParserExtensionAddEntry___closed__1; x_2 = l___private_Lean_Parser_Extension_0__Lean_Parser_ParserExtensionAddEntry___closed__2; -x_3 = lean_unsigned_to_nat(164u); +x_3 = lean_unsigned_to_nat(163u); x_4 = lean_unsigned_to_nat(9u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Parser/Module.c b/stage0/stdlib/Lean/Parser/Module.c index 6aaa348988..8dc0bdedf6 100644 --- a/stage0/stdlib/Lean/Parser/Module.c +++ b/stage0/stdlib/Lean/Parser/Module.c @@ -2103,13 +2103,14 @@ return x_1; static lean_object* _init_l_Lean_Parser_Module_updateTokens___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Parser_Module_updateTokens___closed__2; x_2 = l_Lean_Parser_Module_updateTokens___closed__3; -x_3 = lean_unsigned_to_nat(28u); -x_4 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; -x_5 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_3, x_4); -return x_5; +x_3 = lean_unsigned_to_nat(27u); +x_4 = lean_unsigned_to_nat(28u); +x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; } } lean_object* l_Lean_Parser_Module_updateTokens(lean_object* x_1) { diff --git a/stage0/stdlib/Lean/ParserCompiler.c b/stage0/stdlib/Lean/ParserCompiler.c index 8e4d71d502..850a9f5b0f 100644 --- a/stage0/stdlib/Lean/ParserCompiler.c +++ b/stage0/stdlib/Lean/ParserCompiler.c @@ -17653,7 +17653,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_ParserCompiler_compileParser___rarg___closed__3; x_2 = l_Lean_ParserCompiler_compileParser___rarg___closed__4; -x_3 = lean_unsigned_to_nat(106u); +x_3 = lean_unsigned_to_nat(105u); x_4 = lean_unsigned_to_nat(4u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c index 2dd870a4d1..4a189c845e 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c @@ -3266,7 +3266,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_PrettyPrinter_Formatter_categoryParser_formatter___lambda__2___closed__1; x_2 = l_Lean_PrettyPrinter_Formatter_categoryParser_formatter___lambda__2___closed__2; -x_3 = lean_unsigned_to_nat(182u); +x_3 = lean_unsigned_to_nat(181u); x_4 = lean_unsigned_to_nat(8u); x_5 = l_Lean_PrettyPrinter_Formatter_categoryParser_formatter___lambda__2___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c b/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c index bf1d45d348..48015ca651 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c @@ -4464,7 +4464,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__8; x_2 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__9; -x_3 = lean_unsigned_to_nat(212u); +x_3 = lean_unsigned_to_nat(211u); x_4 = lean_unsigned_to_nat(6u); x_5 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___closed__10; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/ResolveName.c b/stage0/stdlib/Lean/ResolveName.c index 468da6b5de..5ecd476c81 100644 --- a/stage0/stdlib/Lean/ResolveName.c +++ b/stage0/stdlib/Lean/ResolveName.c @@ -3790,7 +3790,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_ResolveName_resolveNamespaceUsingScope___closed__1; x_2 = l_Lean_ResolveName_resolveNamespaceUsingScope___closed__2; -x_3 = lean_unsigned_to_nat(123u); +x_3 = lean_unsigned_to_nat(122u); x_4 = lean_unsigned_to_nat(27u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Structure.c b/stage0/stdlib/Lean/Structure.c index a0306b8d63..e4298defb0 100644 --- a/stage0/stdlib/Lean/Structure.c +++ b/stage0/stdlib/Lean/Structure.c @@ -674,7 +674,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_getStructureCtor___closed__1; x_2 = l_Lean_getStructureCtor___closed__2; -x_3 = lean_unsigned_to_nat(45u); +x_3 = lean_unsigned_to_nat(44u); x_4 = lean_unsigned_to_nat(7u); x_5 = l_Lean_getStructureCtor___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -695,7 +695,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_getStructureCtor___closed__1; x_2 = l_Lean_getStructureCtor___closed__2; -x_3 = lean_unsigned_to_nat(44u); +x_3 = lean_unsigned_to_nat(43u); x_4 = lean_unsigned_to_nat(9u); x_5 = l_Lean_getStructureCtor___closed__5; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -1031,7 +1031,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_getStructureCtor___closed__1; x_2 = l___private_Lean_Structure_0__Lean_isSubobjectFieldAux___closed__1; -x_3 = lean_unsigned_to_nat(67u); +x_3 = lean_unsigned_to_nat(66u); x_4 = lean_unsigned_to_nat(11u); x_5 = l___private_Lean_Structure_0__Lean_isSubobjectFieldAux___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Syntax.c b/stage0/stdlib/Lean/Syntax.c index 25b0b4cad8..2395c069d9 100644 --- a/stage0/stdlib/Lean/Syntax.c +++ b/stage0/stdlib/Lean/Syntax.c @@ -1095,7 +1095,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Syntax_getAtomVal_x21___closed__1; x_2 = l_Lean_Syntax_getAtomVal_x21___closed__2; -x_3 = lean_unsigned_to_nat(81u); +x_3 = lean_unsigned_to_nat(80u); x_4 = lean_unsigned_to_nat(16u); x_5 = l_Lean_Syntax_getAtomVal_x21___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Util/Path.c b/stage0/stdlib/Lean/Util/Path.c index 8057561297..bd13d8c2c1 100644 --- a/stage0/stdlib/Lean/Util/Path.c +++ b/stage0/stdlib/Lean/Util/Path.c @@ -869,7 +869,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_modPathToFilePath___closed__1; x_2 = l_Lean_modPathToFilePath___closed__2; -x_3 = lean_unsigned_to_nat(59u); +x_3 = lean_unsigned_to_nat(58u); x_4 = lean_unsigned_to_nat(33u); x_5 = l_Lean_modPathToFilePath___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Util/ReplaceExpr.c b/stage0/stdlib/Lean/Util/ReplaceExpr.c index 20b1942713..b1102d5cfc 100644 --- a/stage0/stdlib/Lean/Util/ReplaceExpr.c +++ b/stage0/stdlib/Lean/Util/ReplaceExpr.c @@ -340,7 +340,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___closed__2; x_2 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___closed__3; -x_3 = lean_unsigned_to_nat(42u); +x_3 = lean_unsigned_to_nat(41u); x_4 = lean_unsigned_to_nat(36u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Util/ReplaceLevel.c b/stage0/stdlib/Lean/Util/ReplaceLevel.c index 3a3b1b6b43..89ef92b88f 100644 --- a/stage0/stdlib/Lean/Util/ReplaceLevel.c +++ b/stage0/stdlib/Lean/Util/ReplaceLevel.c @@ -588,7 +588,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Lean_Expr_ReplaceLevelImpl_replaceUnsafeM_visit___closed__2; x_2 = l_Lean_Expr_ReplaceLevelImpl_replaceUnsafeM_visit___closed__3; -x_3 = lean_unsigned_to_nat(55u); +x_3 = lean_unsigned_to_nat(54u); x_4 = lean_unsigned_to_nat(36u); x_5 = l___private_Init_LeanInit_0__Lean_eraseMacroScopesAux___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Std/Data/HashMap.c b/stage0/stdlib/Std/Data/HashMap.c index bdd1d22ae8..2eec690c54 100644 --- a/stage0/stdlib/Std/Data/HashMap.c +++ b/stage0/stdlib/Std/Data/HashMap.c @@ -1880,7 +1880,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Std_HashMap_find_x21___rarg___closed__1; x_2 = l_Std_HashMap_find_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(164u); +x_3 = lean_unsigned_to_nat(163u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Std_HashMap_find_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Std/Data/PersistentHashMap.c b/stage0/stdlib/Std/Data/PersistentHashMap.c index 832bfccf83..b532966602 100644 --- a/stage0/stdlib/Std/Data/PersistentHashMap.c +++ b/stage0/stdlib/Std/Data/PersistentHashMap.c @@ -1989,7 +1989,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Std_PersistentHashMap_find_x21___rarg___closed__1; x_2 = l_Std_PersistentHashMap_find_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(166u); +x_3 = lean_unsigned_to_nat(165u); x_4 = lean_unsigned_to_nat(12u); x_5 = l_Std_PersistentHashMap_find_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Std/Data/RBMap.c b/stage0/stdlib/Std/Data/RBMap.c index a21828e1b5..2ab8bd00c9 100644 --- a/stage0/stdlib/Std/Data/RBMap.c +++ b/stage0/stdlib/Std/Data/RBMap.c @@ -21597,7 +21597,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Std_RBMap_min_x21___rarg___closed__1; x_2 = l_Std_RBMap_min_x21___rarg___closed__2; -x_3 = lean_unsigned_to_nat(309u); +x_3 = lean_unsigned_to_nat(308u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Std_RBMap_min_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -21710,7 +21710,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Std_RBMap_min_x21___rarg___closed__1; x_2 = l_Std_RBMap_max_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(314u); +x_3 = lean_unsigned_to_nat(313u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Std_RBMap_min_x21___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -21831,7 +21831,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_1 = l_Std_RBMap_min_x21___rarg___closed__1; x_2 = l_Std_RBMap_find_x21___rarg___closed__1; -x_3 = lean_unsigned_to_nat(319u); +x_3 = lean_unsigned_to_nat(318u); x_4 = lean_unsigned_to_nat(14u); x_5 = l_Std_RBMap_find_x21___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5);