Skip to content

Commit

Permalink
whitespace nit
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Nov 24, 2023
1 parent af2bc95 commit d0e0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Binrep/Get.hs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ instance GenericTraverseSum (FP.Parser E) where

getGenericNonSum
:: forall {cd} {f} {asserts} a
. (Generic a, Rep a ~ D1 cd f, GTraverseNonSum cd (FP.Parser E) f
. ( Generic a, Rep a ~ D1 cd f, GTraverseNonSum cd (FP.Parser E) f
, asserts ~ '[ 'NoEmpty, 'NoSum], ApplyGCAsserts asserts f)
=> Getter a
getGenericNonSum = genericTraverseNonSum @asserts
Expand Down

0 comments on commit d0e0b8d

Please sign in to comment.