Add in_boolean_test to Context (#4072)

This commit is contained in:
Jonathan Plasse 2023-04-24 07:18:23 +02:00 committed by GitHub
parent df77595426
commit 5e91211e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 2 deletions

View file

@ -10,6 +10,7 @@ use crate::context::Context;
#[derive(Copy, Clone)]
pub enum Callable {
Bool,
Cast,
NewType,
TypeVar,