agda-unused-0.3.0: Check for unused code in an Agda project.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Agda.Unused.Types.Range

Description

Location ranges of Agda code files.

Synopsis

Definitions

data RangeInfo where Source #

Information associated with an item found at a certain range.

Interface

rangePath :: Range -> Maybe FilePath Source #

Get the file path associated with the given range.

rangeContains :: Range -> Range -> Bool Source #

Determine whether the first range contains the second.