8000 Add mechanism to type check entire Agda libraries · Issue #4338 · agda/agda · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add mechanism to type check entire Agda libraries #4338
Closed
@MatthewDaggitt

Description

@MatthewDaggitt

At the moment if you want to type check everything in an Agda library you either have to manually list every "important" file you want to type check or you have to write code to automatically generate an Everything.agda file, usually using a modified version of the Haskell script in the standard library.

My suggestion is to make it so that you could run agda on an agda-lib file as well as agda files. Running agda myLib.agda-lib would type check every .agda file found under the directories specified by the include part of the agda-lib file.

Metadata

Metadata

Assignees

Labels

command-lineCalling Agda's executable directlytype: enhancementIssues and pull requests about possible improvementsux: library managementIssues relating to the library management system

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0