WIP: testing closure types
This commit is contained in:
parent
4cadb1a7eb
commit
69f31db23b
7 changed files with 24 additions and 20 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
use crate::func::{FTable, Function, Args, Operation};
|
||||
use crate::vars::{VTable};
|
||||
use crate::segment::{Ctr, Ast, circuit, ast_as_string};
|
||||
|
|
@ -83,3 +83,4 @@ pub fn get_concat() -> Function {
|
|||
)
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue