HigherOrderCO / Kind

A modern proof language
https://higherorderco.com
MIT License
3.58k stars 142 forks source link

Fix inlining #470

Closed algebraic-dev closed 1 year ago

algebraic-dev commented 1 year ago
Main {
  (+ 2 3)
}

when run with the eval command throws:

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', crates/kind-checker/src/lib.rs:121:16
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace