Fixing some showstoppers
- inertness now tracked separately from gas - atomic_impl now correctly rolls over when the argument is inert - syntax fixes - tree shaking
This commit is contained in:
2
src/external/cpsio/print.rs
vendored
2
src/external/cpsio/print.rs
vendored
@@ -12,7 +12,7 @@ use crate::representations::interpreted::{Clause, ExprInst};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Print2;
|
||||
externfn_impl!(Print2, |_: &Self, x: ExprInst| {Ok(Print1{x})});
|
||||
externfn_impl!(Print2, |_: &Self, x: ExprInst| Ok(Print1{x}));
|
||||
|
||||
/// Partially applied Print function
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user