diff options
Diffstat (limited to 'lib/syntax/nested_strings.ml')
-rw-r--r-- | lib/syntax/nested_strings.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax/nested_strings.ml b/lib/syntax/nested_strings.ml index 7e49ace..4dd5c81 100644 --- a/lib/syntax/nested_strings.ml +++ b/lib/syntax/nested_strings.ml @@ -21,7 +21,7 @@ module Expression = TypeBuilder.Make (struct = fun pos content _type_of -> match content with - | [ T.Expression [ (t', _) ]; T.Text "" ] -> ( + | [ T.Expression (t', _); T.Text "" ] -> ( match Get_type.get_type (Lazy.force t') with | Get_type.Integer -> [] | _ -> |