Skip to content

Commit

Permalink
Update Qpf/Macro/Data.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Keizer <alex@keizer.dev>
  • Loading branch information
Equilibris and alexkeizer authored Aug 17, 2024
1 parent 3a2949e commit 633e2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Qpf/Macro/Data.lean
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ def mkType (view : DataView) (base : Term × Term × Term) : CommandElabM Unit :
abbrev $baseIdent:ident $view.deadBinders:bracketedBinder* : TypeFun $(quote <| arity + 1) :=
$base

abbrev $baseIdExt $view.deadBinders:bracketedBinder*
:= TypeFun.curried $baseApplied
abbrev $baseIdExt $view.deadBinders:bracketedBinder* :=
TypeFun.curried $baseApplied

instance $baseFunctorIdent:ident : MvFunctor ($baseApplied) := $functor
instance $baseQPFIdent:ident : MvQPF ($baseApplied) := $q
Expand Down

0 comments on commit 633e2c0

Please sign in to comment.