lambdas 0.1.0

A library for defining domain specific languages in a polymorphic lambda calculus
Documentation
1
2
3
4
5
6
7
build:
	cargo build --release

test:
	cargo test

.PHONY: build test