diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 12:26:42 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 12:26:42 -0400 |
commit | f4bc4570be7a51b00bf44d5bd4be99108dd94a30 (patch) | |
tree | abb6b32ac979d7dc0bdf1792d86b0daca8818525 /libtnsl/reflect/reflect.tnsl | |
parent | a58e2685b815a5a0d2d5f07bc3ae53016ba6f52b (diff) |
Libtnsl additions
Diffstat (limited to 'libtnsl/reflect/reflect.tnsl')
-rw-r--r-- | libtnsl/reflect/reflect.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtnsl/reflect/reflect.tnsl b/libtnsl/reflect/reflect.tnsl index b3640c2..a438a03 100644 --- a/libtnsl/reflect/reflect.tnsl +++ b/libtnsl/reflect/reflect.tnsl @@ -25,7 +25,7 @@ #; export module reflect /: import - "type.tnsl" + "_type.tnsl" "virtual.tnsl" "resolver.tnsl" "dispatch.tnsl" |