< Home - < Back

ghc-Agda


Information about the package, ghc-Agda, which is shipped with common Linux distributions. The ghc-Agda package is designed for, A dependently typed functional programming language and proof.


Package Name:

ghc-Agda

Summary:

A dependently typed functional programming language and proof

Description:

Agda is a dependently typed functional programming language: it has inductive families, which are similar to Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterized modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. For Emacs mode install emacs-agda. If you want to use the command-line program (agda), then you should also install Agda-executable.

Architecture:

x86_64

Version:

2.3.0.1

Release:

9.el6

Size:

3.2 M

Repository:

epel

From Repository:

Licence:

MIT and BSD



Handy Yum Commands for ghc-Agda


Control the ghc-Agda package with the following handy commands outlined below.


Command

Description of Command

yum install ghc-Agda

This command will install ghc-Agda on the server.

yum remove ghc-Agda

This command will un-install ghc-Agda on the server. When you run this command, you will be asked if you are sure that you want to remove ghc-Agda, so you have to manually confirm that you want to do this.

yum -y remove ghc-Agda

This command will un-install ghc-Agda on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ghc-Agda when using the -y flag.

yum update ghc-Agda

This command will update ghc-Agda to the latest version. When you run this command, you will be asked if you are sure that you want to remove ghc-Agda, so you have to manually confirm that you want to do this.

yum -y update ghc-Agda

This command will update ghc-Agda to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ghc-Agda when using the -y flag.

yum info ghc-Agda

This command will show you core information about the ghc-Agda package.

yum deplist ghc-Agda

This command will show you the dependencies for ghc-Agda. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ghc-Agda

This command will check if there is an update waiting on ghc-Agda. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.