Skip to content

Commit

Permalink
🎨 automated ormolu commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz authored and github-actions[bot] committed Mar 15, 2024
1 parent 349a77a commit 8ef91dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Grisette/Core/Data/Union.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ data Union a
UnionSingle a
| -- | A if value
UnionIf
-- | Cached leftmost value
a
-- | Is merged invariant already maintained?
-- ^ Cached leftmost value
!Bool
-- | If condition
-- ^ Is merged invariant already maintained?
!SymBool
-- | True branch
-- ^ If condition
(Union a)
-- | False branch
-- ^ True branch
(Union a)
-- ^ False branch
deriving (Generic, Eq, Lift, Generic1)
deriving (Functor)

Expand Down

0 comments on commit 8ef91dc

Please sign in to comment.