Skip to content

Commit

Permalink
Update Qpf/Macro/Data/Constructors.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Atticus Kuhn <[email protected]>
  • Loading branch information
Equilibris and AtticusKuhn authored Aug 16, 2024
1 parent c6ee24d commit 89b86d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qpf/Macro/Data/Constructors.lean
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ def mkConstructors (view : DataView) (shape : Name) : CommandElabM Unit := do
let explicit ← view.getExplicitExpectedType
let nameGen := (·.declName.replacePrefix (←getCurrNamespace) .anonymous)

mkConstructorsWithNameAndType view shape nameGen explicit explicit #[]
mkConstructorsWithNameAndType view shape nameGen explicit explicit (binders := #[])

end Data.Command

0 comments on commit 89b86d2

Please sign in to comment.