Skip to content
Snippets Groups Projects
Verified Commit d647f18d authored by Camil Staps's avatar Camil Staps
Browse files

GraphCopy: fix make_symbol_name to use new "Cons^!" descriptor name for head-lazy tail-strict lists

parent db3de1a8
No related branches found
No related tags found
1 merge request!10Fix make_symbol_name to use new descriptor names in _system.abc
......@@ -315,7 +315,7 @@ make_symbol_name "_system" descriptor_name prefix
-> prefix_char prefix+++"__Conss";
"Cons!!"
-> prefix_char prefix+++"__Conssts";
"Cons?!"
"Cons^!"
-> prefix_char prefix+++"__Consts";
"[#Int]"
-> "__Consi";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment