Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 448 Bytes

ReadMe.md

File metadata and controls

7 lines (4 loc) · 448 Bytes

An implementation of Marlowe semantics in Agda

This repository implements Marlowe Semantics in Agda. It is currently an experimental work in progress.

Development

Run nix develop to enter a Nix shell for the Agda environment. If the Agda environment has not been used previously, run agda-mode setup && agda-mode compile. Use emacs to edit .agda, .lagda and .lagda.md files.