Remove one of implicit arrays and still working

This commit is contained in:
Krzosa Karol
2022-06-13 15:05:47 +02:00
parent 4b16439a14
commit a929e0b5ec
5 changed files with 9 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
lambdas :: #load "lambdas.kl"
Memory :: #load "enums.kl"
#import "order1.kl"
order :: #import "order1.kl"
@@ -8,6 +9,8 @@ test_load :: ()
new_types :: #load "new_types.kl"
new_types.basic_type_assignment()
arena__: order2.Arena
Arena_ :: order.order2.Arena
arena___: Arena_
//-----------------------------------------------------------------------------
// Function types
//-----------------------------------------------------------------------------