This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
Switch untyped (parser) AST from String
to Text
.
#124
Labels
String
to Text
.
#124
This follows on from #44 (converting the term AST from
String
toText
), which was implemented in PR #119.Currently we are still using type
String
within the saw-core parser and untyped AST. All of these uses ofString
should be converted over toText
.The text was updated successfully, but these errors were encountered: