An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

{-# OPTIONS --without-K #-}

module README where

import Everything

open import Context
open import Parameters as _ using (Parameters)
import IK

x = 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