Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Avoid using type String in saw-core term representation #44

Closed
brianhuffman opened this issue Nov 16, 2019 · 0 comments · Fixed by #119
Closed

Avoid using type String in saw-core term representation #44

brianhuffman opened this issue Nov 16, 2019 · 0 comments · Fixed by #119

Comments

@brianhuffman
Copy link
Contributor

Type String comes with unwanted laziness and inefficiencies. We should universally use Text instead for all variable names and other identifiers inside saw-core terms.

brianhuffman pushed a commit that referenced this issue Jan 17, 2021
We introduce a type synonym `LocalName = Text` for this purpose.

This is a step toward removing all uses of `String` in saw-core
(#44).
brianhuffman pushed a commit that referenced this issue Jan 19, 2021
We introduce a type synonym `LocalName = Text` for this purpose.

This is a step toward removing all uses of `String` in saw-core
(#44).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant