PandocAgda: Pandoc support for literate Agda

[ bsd3, dependent-types, deprecated, library, program ] [ Propose Tags ]
Deprecated

Agda is a dependently typed functional programming language and a proof assistant.

This package contains a modified Agda compiler which process comments in literate Agda files with Pandoc. Pandoc is a universal document converter.


[Skip to Readme]

Modules

  • Agda
    • Interaction
      • Highlighting
        • Agda.Interaction.Highlighting.PandocHTML
      • Agda.Interaction.PandocConvertOptions
      • Agda.Interaction.PandocOptions
    • Agda.PandocMain

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2.3.3, 2.3.3.0.1, 2.3.3.0.2
Change log CHANGES
Dependencies Agda (==2.3.3), base (>=4.2 && <4.7), containers (>=0.1 && <0.6), directory (>=1.0 && <1.3), filepath (>=1.1 && <1.4), mtl (>=2.0 && <2.1 || >=2.1.1 && <2.2), old-time (>=1.0 && <1.2), pandoc (>=1.10 && <1.11), pandoc-types (>=1.10 && <1.11), PandocAgda (==2.3.3.0.2), QuickCheck (>=2.3 && <2.6), text (>=0.11 && <0.12), time (>=1.4 && <1.5), Win32 (>=2.2 && <2.3), xhtml (>=3000.2 && <3000.3) [details]
License BSD-3-Clause
Author Péter Diviánszky
Maintainer Péter Diviánszky <divipp@gmail.com>
Category Dependent types
Source repo head: darcs get http://hub.darcs.net/divip/AgdaTutorial
Uploaded by PeterDivianszky at 2013-03-11T10:11:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables agdapandoc
Downloads 2836 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-25 [all 9 reports]

Readme for PandocAgda-2.3.3.0.2

[back to package description]
% Agda Tutorial

Usage
-----

An online HTML version can be found at

http://people.inf.elte.hu/divip/AgdaTutorial/Index.html


Local Builds
------------

1.  Install the darcs version of the Agda compiler
2.  Install `agdapandoc` which is
    a slightly modified version of the Agda compiler.

        cabal install

3.  Generate the html view of the tutorial.

        cd tutorial; make


Development
-----------

This Agda tutorial is under development.

Any contribution is welcome, please send patches to
divipp@gmail.com
Please send small patches first.