Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into refactor-macro-comp-2
Browse files Browse the repository at this point in the history
  • Loading branch information
William Sørensen committed Jun 26, 2024
2 parents 6d15f94 + c62f9cc commit dd04580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Qpf/Macro/Comp.lean
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ partial def handleApp (vars : Vector FVarId arity) (target : Q(Type u)) : TermE
partial def handleArrow (binderType body : Expr) (vars : Vector FVarId arity) (targetStx : Option Term := none) (normalized := false): TermElabM (ElabQpfResult u arity) := do
let newTarget ← mkAppM ``MvQPF.Arrow.Arrow #[binderType, body]
elabQpf vars newTarget targetStx normalized

/--
Elaborate the body of a qpf
-/
Expand Down

0 comments on commit dd04580

Please sign in to comment.