switch invalid term from type to domain error
This commit is contained in:
@@ -38,7 +38,6 @@ pub(crate) enum ValidType {
|
||||
Callable,
|
||||
Character,
|
||||
Compound,
|
||||
Directive,
|
||||
Evaluable,
|
||||
Float,
|
||||
InByte,
|
||||
@@ -74,7 +73,6 @@ impl ValidType {
|
||||
// ValidType::PredicateIndicator => atom!("predicate_indicator"),
|
||||
// ValidType::Variable => atom!("variable")
|
||||
ValidType::TcpListener => atom!("tcp_listener"),
|
||||
ValidType::Directive => atom!("directive"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user