Skip to content

Commit

Permalink
Alias Map contains/Map has.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Feb 12, 2022
1 parent 2d760d8 commit dbaa2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions world.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ void ctr_initialize_world() {
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_MINUS ), &ctr_map_delete );
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_ENTRIES ), &ctr_map_keys );
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_VALUES ), &ctr_map_values );
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_CONTAINS ), &ctr_map_has );
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_HAS ), &ctr_map_has );
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_RESPOND_TO_AND ), &ctr_map_key_value );
ctr_internal_create_func(CtrStdMap, ctr_build_string_from_cstring( CTR_DICT_RESPOND_TO ), &ctr_map_get );
Expand Down

0 comments on commit dbaa2b7

Please sign in to comment.