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

GraphCopy: add cases for builtin maybe descriptors to make_symbol_name

parent d647f18d
No related branches found
No related tags found
1 merge request!10Fix make_symbol_name to use new descriptor names in _system.abc
......@@ -339,6 +339,24 @@ make_symbol_name "_system" descriptor_name prefix
-> "__Consfts";
"[#{}]"
-> "__Consa";
"?None"
-> "__Nothing";
"?Just"
-> "__Justs";
"?^Just"
-> "__Just";
"?#JustInt"
-> "__Justi";
"?#JustReal"
-> "__Justr";
"?#JustChar"
-> "__Justc";
"?#JustBool"
-> "__Justb";
"?#JustFile"
-> "__Justf";
"?#Just{}"
-> "__Justa";
"AP"
-> "e__system__"+++prefix_char prefix+++descriptor_name;
"_ind"
......
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