agda-unused-0.1.0: Check for unused code in an Agda project.
Safe HaskellNone
LanguageHaskell2010

Agda.Unused.Check

Description

Check an Agda project for unused code.

Synopsis

Documentation

checkUnused Source #

Arguments

:: FilePath

The project root path.

-> Roots

The public entry points for the project.

-> IO (Either Error Unused) 

Check an Agda file and its dependencies for unused code.

checkUnusedLocal Source #

Arguments

:: FilePath

The project root path.

-> QName

The module to check.

-> IO (Either Error UnusedItems) 

Check an Agda file for unused code.