arithmetic-typing 0.3.0

Hindley-Milner type inference for arithmetic expressions.
Documentation
[dependencies.anyhow]
version = "1.0.27"

[dependencies.arithmetic-parser]
version = "0.3.0"

[dependencies.nom]
version = "6.0.0"

[dependencies.num-traits]
version = "0.2.14"
[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.pulldown-cmark]
version = "0.8.0"

[dev-dependencies.version-sync]
version = "0.9"

[package]
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
categories = ["mathematics"]
description = "Hindley-Milner type inference for arithmetic expressions."
edition = "2018"
keywords = ["typing", "type-system", "arithmetic", "scripting", "language"]
license = "MIT OR Apache-2.0"
name = "arithmetic-typing"
readme = "README.md"
repository = "https://github.com/slowli/arithmetic-parser"
version = "0.3.0"