migrate to new mutable decl syntax
This commit is contained in:
@@ -3,7 +3,7 @@ import "@std/arraylist"
|
||||
import "@std/hashmap"
|
||||
|
||||
# cross-cutting concern, hence global singleton (owned by main.hon)
|
||||
strings StringPool = undefined
|
||||
strings StringPool := undefined
|
||||
|
||||
InternError :: enum { out_of_space }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user