SkillAgentSearch skills...

Linear.agda

A library and case-study for linear, intrinsically-typed interpreters in Agda

Install / Use

/learn @metaborg/Linear.agda
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Linear, Intrinsically-Typed Interpreters

An Agda library for programming with separation logic, based on proof-relevant separation algebras. The code is organized as follows:

└── src
    ├── Everything.agda       Development entrypoint
    ├── Relation
    │   └── Ternary           The library
    ├── Sessions              Session-types case study
    │   ├── Semantics.agda
    │   ├── Syntax.agda
    │   ├── ...
    ├── Typed
    │   ├── LTLC.agda         LTLC semantics
    │   ├── LTLCRef.agda      LTLCRef semantics

The code has been type-checked using Agda 2.6.0.1. The standard library version that was used is included in lib/.

Agda is usually developed in Emacs. It is highly recommended to use Agda's emacs mode to typecheck the code. This does not only provide type-sensitive highlighting, but also allows you to navigate the code by jumping to definitions.

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated5mo ago
Forks2

Languages

Agda

Security Score

87/100

Audited on Oct 14, 2025

No findings