See [https://github.com/hellas-ai/catgrad/blob/master/catgrad/src/typecheck/interpreter.rs#L100]: ```rust let lang::TypedTerm { term, .. } = self.environment.definitions.get(path).unwrap(); ``` This should be a `Result::Err`, not a panic.
See [https://github.com/hellas-ai/catgrad/blob/master/catgrad/src/typecheck/interpreter.rs#L100]:
This should be a
Result::Err, not a panic.