Package Information
- Last Updated
- Authors
- iuy1
- Categories
- fun
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/lambdabe:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/lambdabe:0.1.0": *A package for working with lambda calculus, including parsing, reduction, visualization.
Usage
#import "@preview/lambdabe:0.1.0": *
#diagram(random-color(const.fact))

examples
Examples can be found in the examples directory.