Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
d647f18d
Verified
Commit
d647f18d
authored
Sep 04, 2020
by
Camil Staps
Browse files
GraphCopy: fix make_symbol_name to use new "Cons^!" descriptor name for head-lazy tail-strict lists
parent
db3de1a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Libraries/graph_copy/graph_copy_with_names.icl
View file @
d647f18d
...
...
@@ -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"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment