diff options
Diffstat (limited to 'lib/syntax/nested_strings.ml')
-rw-r--r-- | lib/syntax/nested_strings.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/syntax/nested_strings.ml b/lib/syntax/nested_strings.ml index 9d4867c..37f352c 100644 --- a/lib/syntax/nested_strings.ml +++ b/lib/syntax/nested_strings.ml @@ -1,5 +1,8 @@ open StdLabels +let identifier = "escaped_string" +let description = "Check for unnecessary use of expression encoded in string" + module Expression : S.Expression with type t' = Report.t list = struct type t = Report.t list type t' = t |