remove string/1, use a more general test for the partial_string/1 type test (#328)
This commit is contained in:
@@ -225,12 +225,6 @@ macro_rules! is_nonvar {
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! is_string {
|
||||
($r:expr) => {
|
||||
call_clause!(ClauseType::Inlined(InlinedClauseType::IsString($r)), 1, 0)
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! is_var {
|
||||
($r:expr) => {
|
||||
call_clause!(ClauseType::Inlined(InlinedClauseType::IsVar($r)), 1, 0)
|
||||
|
||||
Reference in New Issue
Block a user