mirror of
https://github.com/github/semantic.git
synced 2024-12-27 17:05:33 +03:00
Standardize.
This commit is contained in:
parent
d78adfc09d
commit
6750a30761
@ -202,7 +202,7 @@ instance Evaluatable QualifiedName where
|
||||
unit
|
||||
|
||||
newtype NamespaceName a = NamespaceName { names :: NonEmpty a }
|
||||
deriving (Eq, Ord, Show, Foldable, Traversable, Functor, Generic1, Diffable, FreeVariables1, Declarations1, ToJSONFields1, NFData1)
|
||||
deriving (Declarations1, Diffable, Eq, Foldable, FreeVariables1, Functor, Generic1, Ord, Show, ToJSONFields1, Traversable, NFData1)
|
||||
deriving (Eq1, Show1, Ord1) via Generically NamespaceName
|
||||
|
||||
instance Hashable1 NamespaceName where liftHashWithSalt = foldl
|
||||
|
Loading…
Reference in New Issue
Block a user