SkillAgentSearch skills...

MetaLambda

No description available

Install / Use

/learn @damhiya/MetaLambda

README

MetaLambda

Implementation of Contextual Modal Type Theory[Nanevski et al. 2008]

Example

>> fn (x : base) -> x
fn (x : base) -> x
base -> base
fn (x : base) -> x
>> let box[U] = box[f : base -> base . fn (x : base) -> (f (f (f x)))] in box[f : base -> base. U with [U with [f/f]/f]]
let box[U] = box[f : base -> base . fn (x : base) -> f (f (f x))] in box[f : base -> base . U with [U with [f / f] / f]]
[f : base -> base |- base -> base]
box[f : base -> base . fn (x : base) -> (fn (x : base) -> f (f (f x))) ((fn (x : base) -> f (f (f x))) ((fn (x : base) -> f (f (f x))) x))]

Build

using cabal

cabal build
cabal run

using nix

You need nix flake feature

nix build .

Code formatting

stylish-haskell -ir src

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated7mo ago
Forks0

Languages

Haskell

Security Score

82/100

Audited on Aug 27, 2025

No findings