WIP: testing closure types
This commit is contained in:
parent
4cadb1a7eb
commit
69f31db23b
7 changed files with 24 additions and 20 deletions
|
|
@ -39,8 +39,8 @@ pub mod ast {
|
|||
|
||||
pub mod stdlib {
|
||||
pub use crate::stl::{get_stdlib};
|
||||
pub use crate::str::{get_echo, get_concat};
|
||||
pub use crate::append::{get_append};
|
||||
// pub use crate::str::{get_echo, get_concat};
|
||||
// pub use crate::append::{get_append};
|
||||
pub use crate::vars::{get_export};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue