Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Aug 16, 2024
1 parent 9e4a8d2 commit e1539b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster/library/Booster/Syntax/Json/Internalise.hs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ internalisePatternOrTopOrBottom allowAlias checkSubsorts sortVars definition exi
(term, preds, ceilConditions, subst, unknown) <-
internalisePattern allowAlias checkSubsorts sortVars definition p
pure $
IsPattern $
IsPattern
( existentialVars
, Internal.Pattern{term, constraints = Set.fromList preds, ceilConditions}
, subst
Expand Down

0 comments on commit e1539b4

Please sign in to comment.