Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mcwitt/plfa.github.io

 
 

Repository files navigation

Personal fork of plfa/plfa.github.io

See original README.

This fork adds:

  • Nix environment setup in shell.nix
  • exercise solutions (in solutions branch)

Nix setup notes

Prerequisites

  1. direnv set up in your shell.

  2. lorri set up with daemon running.

  3. Emacs with the following packages available:

    • use-package
    • direnv-mode
    • agda2-mode

Setup

  1. Add the following Emacs configuration:

    (use-package agda2-mode
      :mode ("\\.l?agda\\'" "\\.lagda.md\\'"))
  2. Run direnv allow. This will build the environment declared in shell.nix and ensure that Emacs can find the agda binary.

About

Introduction to programming language theory in Agda

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Agda 70.0%
  • TeX 26.4%
  • CSS 1.6%
  • HTML 0.8%
  • Shell 0.6%
  • Makefile 0.4%
  • Other 0.2%