Trompet is a package for drawing Tromp lambda diagrams, a representation of lambda calculus expressions, built on top of Lambdabus.
Examples
|
|
Usage
For more information, check the manual.
To use this package, simply add the following code to your document:
#import "@preview/trompet:0.1.0": *
#tromp("\\f.\\n.f (f (f n))")