mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-12-03 13:05:09 +03:00
Remove redundant bracket
This commit is contained in:
parent
849ad0740a
commit
35132bd70e
@ -125,7 +125,7 @@ data SNat :: Nat -> * where
|
||||
SS :: SNat n -> SNat ('S n)
|
||||
|
||||
instance TestEquality SNat where
|
||||
testEquality SZ SZ = (Just Refl)
|
||||
testEquality SZ SZ = Just Refl
|
||||
testEquality (SS _) SZ = Nothing
|
||||
testEquality SZ (SS _) = Nothing
|
||||
testEquality (SS n) (SS m) =
|
||||
|
Loading…
Reference in New Issue
Block a user