diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/compile/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/types.c b/src/compile/types.c index e407a6d0..58a0260b 100644 --- a/src/compile/types.c +++ b/src/compile/types.c @@ -63,7 +63,7 @@ Text_t compile_type(type_t *t) { case ClosureType: case PointerType: case EnumType: return compile_type(nonnull); - case TextType: return Match(nonnull, TextType)->lang ? compile_type(nonnull) : Text("OptionalText_t"); + case TextType: case IntType: case BigIntType: case NumType: |
