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

Agda.Unused

Description

Definitions and interface for the Unused type, which represents a collection of unused Agda code structures.

Synopsis

Documentation

data Unused Source #

A collection of unused items and files.

Constructors

Unused 

Instances

Instances details
Show Unused Source # 
Instance details

Defined in Agda.Unused

newtype UnusedItems Source #

A collection of unused items.

Constructors

UnusedItems 

Instances

Instances details
Show UnusedItems Source # 
Instance details

Defined in Agda.Unused