mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
🔥 more redundant constraints.
This commit is contained in:
parent
4010b3fb92
commit
3a741e31f8
@ -61,8 +61,8 @@ data LoopControl address value resume where
|
||||
Break :: address -> LoopControl address value address
|
||||
Continue :: address -> LoopControl address value address
|
||||
|
||||
deriving instance (Eq address, Eq value) => Eq (LoopControl address value a)
|
||||
deriving instance (Show address, Show value) => Show (LoopControl address value a)
|
||||
deriving instance Eq address => Eq (LoopControl address value a)
|
||||
deriving instance Show address => Show (LoopControl address value a)
|
||||
|
||||
throwBreak :: forall address value effects
|
||||
. Member (LoopControl address value) effects
|
||||
|
Loading…
Reference in New Issue
Block a user