mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
need range values
This commit is contained in:
parent
c76c52757b
commit
3758f8e2c4
@ -19,7 +19,7 @@ data Range = Range
|
||||
{ start :: {-# UNPACK #-} !Int
|
||||
, end :: {-# UNPACK #-} !Int
|
||||
}
|
||||
deriving (Eq, Generic, Ord, Show)
|
||||
deriving (Eq, Generic, Ord, Show, ToJSON)
|
||||
|
||||
instance Hashable Range
|
||||
instance NFData Range
|
||||
|
Loading…
Reference in New Issue
Block a user