https://github.com/axelf4/pfm-lambda
Parametric Fitch-style modal lambda calculus
https://github.com/axelf4/pfm-lambda
master-thesis
Last synced: 8 months ago
JSON representation
Parametric Fitch-style modal lambda calculus
- Host: GitHub
- URL: https://github.com/axelf4/pfm-lambda
- Owner: axelf4
- Created: 2023-02-14T20:34:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T15:42:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T15:43:28.384Z (9 months ago)
- Topics: master-thesis
- Language: Agda
- Homepage: https://axelf4.github.io/pfm-lambda/README.html
- Size: 1.01 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.agda
Awesome Lists containing this project
README
{-# OPTIONS --without-K #-}
module README where
import Everything
open import Context
open import Parameters as _ using (Parameters)
import IKx = nf {· , ι} (app (abs (var zero)) (var zero))
where open import Calculus record { IK } -- Instantiate the calculus IK-- Show soundness and completeness of normalization for all parametrizations
module _ (params : Parameters) where
open import Soundness params
open import Completeness params