mirror of
https://github.com/github/semantic.git
synced 2024-12-21 22:01:46 +03:00
Explicitly list Data.Range’s exports.
This commit is contained in:
parent
062a7ca2bb
commit
21878f2e80
@ -1,5 +1,10 @@
|
|||||||
{-# LANGUAGE DeriveAnyClass #-}
|
{-# LANGUAGE DeriveAnyClass #-}
|
||||||
module Data.Range where
|
module Data.Range
|
||||||
|
( Range(..)
|
||||||
|
, rangeLength
|
||||||
|
, offsetRange
|
||||||
|
, intersectsRange
|
||||||
|
) where
|
||||||
|
|
||||||
import Data.Semigroup
|
import Data.Semigroup
|
||||||
import Prologue
|
import Prologue
|
||||||
|
Loading…
Reference in New Issue
Block a user