lsts 0.0.21

Large Scale Type Systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lsts"
version = "0.0.21"
authors = ["Andrew <andrew@subarctic.org>"]
license = "MIT"
description = "Large Scale Type Systems"
edition = "2018"
readme = "README.md"
repository = "https://github.com/andrew-johnson-4/LSTS"
documentation = "https://docs.rs/lsts/"
keywords = ["type","logic","automated","theorem","proof"]

[dependencies]
pest = { version = "2.1.3" }
pest_derive = { version = "2.1.0" }