|
212 | 212 | MaybeName = nq_name_det("Maybe"),
|
213 | 213 | core_set_type(MaybeType,
|
214 | 214 | type_init(q_name_append(builtin_module_name, MaybeName),
|
215 |
| - [MaybeParamName], [NoneId, SomeId], st_private, i_imported, |
| 215 | + [MaybeParamName], [NoneId, SomeId], so_private, i_imported, |
216 | 216 | builtin_context),
|
217 | 217 | !Core),
|
218 | 218 | root_name(MaybeName, bi_type(MaybeType, arity(1)), !Map).
|
|
291 | 291 | BoolName = nq_name_det("Bool"),
|
292 | 292 | core_set_type(BoolId,
|
293 | 293 | type_init(q_name_append(builtin_module_name, BoolName), [],
|
294 |
| - [FalseId, TrueId], st_private, i_imported, builtin_context), |
| 294 | + [FalseId, TrueId], so_private, i_imported, builtin_context), |
295 | 295 | !Core),
|
296 | 296 | root_name(BoolName, bi_type(BoolId, arity(0)), !Map),
|
297 | 297 |
|
|
472 | 472 |
|
473 | 473 | core_set_type(ListId,
|
474 | 474 | type_init(q_name_append_str(builtin_module_name, "List"), [T],
|
475 |
| - [NilId, ConsId], st_private, i_imported, builtin_context), |
| 475 | + [NilId, ConsId], so_private, i_imported, builtin_context), |
476 | 476 | !Core),
|
477 | 477 |
|
478 | 478 | root_name(nq_name_det("List"), bi_type(ListId, arity(1)), !Map).
|
|
515 | 515 | IOResultName = nq_name_det("IOResult"),
|
516 | 516 | core_set_type(IOResultType,
|
517 | 517 | type_init(q_name_append(builtin_module_name, IOResultName),
|
518 |
| - [OkParamName], [OkId, EOFId], st_private, i_imported, builtin_context), |
| 518 | + [OkParamName], [OkId, EOFId], so_private, i_imported, builtin_context), |
519 | 519 | !Core),
|
520 | 520 | root_name(IOResultName, bi_type(IOResultType, arity(1)), !Map),
|
521 | 521 |
|
|
558 | 558 | EnvironmentName = nq_name_det("Environment"),
|
559 | 559 | EnvironmentQName = q_name_append(builtin_module_name, EnvironmentName),
|
560 | 560 | register_builtin_resource(EnvironmentName,
|
561 |
| - r_other(EnvironmentQName, RIO, s_private, i_imported, builtin_context), |
| 561 | + r_other(EnvironmentQName, RIO, so_private, i_imported, builtin_context), |
562 | 562 | REnv, !Map, !Core),
|
563 | 563 | SetenvName = q_name_append_str(builtin_module_name, "setenv"),
|
564 | 564 | register_builtin_func_root(nq_name_det("setenv"),
|
|
571 | 571 | TimeName = nq_name_det("Time"),
|
572 | 572 | TimeQName = q_name_append(builtin_module_name, TimeName),
|
573 | 573 | register_builtin_resource(TimeName,
|
574 |
| - r_other(TimeQName, RIO, s_private, i_imported, builtin_context), |
| 574 | + r_other(TimeQName, RIO, so_private, i_imported, builtin_context), |
575 | 575 | RTime, !Map, !Core),
|
576 | 576 | GettimeofdayName = q_name_append_str(builtin_module_name, "gettimeofday"),
|
577 | 577 | register_builtin_func_builtin(nq_name_det("gettimeofday"),
|
|
615 | 615 | core_set_type(CodepointCategoryId,
|
616 | 616 | type_init(q_name_append(builtin_module_name,
|
617 | 617 | CodepointCategoryTypeName), [],
|
618 |
| - [WhitespaceId, OtherId], st_private, i_imported, builtin_context), |
| 618 | + [WhitespaceId, OtherId], so_private, i_imported, builtin_context), |
619 | 619 | !Core),
|
620 | 620 | root_name(CodepointCategoryTypeName,
|
621 | 621 | bi_type(CodepointCategoryId, arity(0)), !Map),
|
|
0 commit comments