Skip to content

Commit

Permalink
refactor: Fix field struct defn. (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoobysmith authored Jan 20, 2025
1 parent 17f84b7 commit bb1db93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HepLean/PerturbationTheory/FieldStruct/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ structure FieldStruct where
/-- The type of fields. This also includes anti-states. -/
Fields : Type
/-- The specification if a field is bosonic or fermionic. -/
statistics : 𝓕 → FieldStatistic
statistics : Fields → FieldStatistic

namespace FieldStruct
variable (𝓕 : FieldStruct)
Expand Down

0 comments on commit bb1db93

Please sign in to comment.