forked from Orchid/orchid
Removed foreign macros
Converted the function integration to use template metaprogramming instead of macros.
This commit is contained in:
@@ -179,7 +179,7 @@ impl<N: NameLike> Clause<N> {
|
||||
Some(Self::S('(', Rc::new(exprs.to_vec())))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Convert with identical meaning
|
||||
#[must_use]
|
||||
pub fn from_exprv(exprv: &Rc<Vec<Expr<N>>>) -> Option<Clause<N>> {
|
||||
|
||||
Reference in New Issue
Block a user