mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
Whoops.
This commit is contained in:
parent
518c0b69b6
commit
cb56c621e0
@ -4,7 +4,7 @@ import Control.Applicative ((<|>))
|
||||
import qualified Data.Char as Char
|
||||
import Data.Maybe (fromMaybe)
|
||||
|
||||
-- | A half-open interval of integers, defined by start & end indices.
|
||||
-- | A half-open interval of integers, defined by start & end indices.
|
||||
data Range = Range { start :: !Int, end :: !Int }
|
||||
deriving (Eq, Show)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user