forked from Orchid/orchid
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/str/char_at.rs
vendored
2
src/external/str/char_at.rs
vendored
@@ -12,7 +12,7 @@ use crate::representations::interpreted::{Clause, ExprInst};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct CharAt2;
|
||||
externfn_impl!(CharAt2, |_: &Self, x: ExprInst| {Ok(CharAt1{x})});
|
||||
externfn_impl!(CharAt2, |_: &Self, x: ExprInst| Ok(CharAt1{x}));
|
||||
|
||||
/// Partially applied CharAt function
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user