Agda-2.5.4: A dependently typed functional programming language and proof assistant

Safe HaskellSafe
LanguageHaskell2010

Agda.Interaction.Library.Base

Description

Basic data types for library management.

Synopsis

Documentation

type LibName = String #

A symbolic library name.

libNameForCurrentDir :: LibName #

The special name "." is used to indicated that the current directory should count as a project root.

data AgdaLibFile #

Content of a .agda-lib file.

Constructors

AgdaLib 

Fields

Instances
Show AgdaLibFile # 
Instance details

Defined in Agda.Interaction.Library.Base