Skip to content
Snippets Groups Projects
Verified Commit 113d85f0 authored by loutr's avatar loutr
Browse files

doc(all): add Proost logo

parent 92e4a1ae
No related branches found
No related tags found
1 merge request!43Resolve "Preparations for the first release"
#![doc(
html_logo_url = "https://gitlab.crans.org/loutr/proost/-/raw/48-first-release-preparations/docs/media/logo.png"
)]
//! A kernel for the calculus of constructions.
//!
//! Terms can be built with functions from the [`term`] module. This module also provides essential
......
#![doc(
html_logo_url = "https://gitlab.crans.org/loutr/proost/-/raw/48-first-release-preparations/docs/media/logo.png"
)]
//! Fast parser for λ-terms and commands using pest.
//! Provides functions to parse files and single commands.
......
#![doc(
html_logo_url = "https://gitlab.crans.org/loutr/proost/-/raw/48-first-release-preparations/docs/media/logo.png"
)]
#![feature(let_chains)]
mod error;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment