diff options
-rw-r--r-- | stdlib/test/test/lux/type.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux/type.lux b/stdlib/test/test/lux/type.lux index ac606079b..4bf5de8ae 100644 --- a/stdlib/test/test/lux/type.lux +++ b/stdlib/test/test/lux/type.lux @@ -117,7 +117,7 @@ extra (|> gen-type (R;filter (lambda [type] (case type - (^or (#;LambdaT _) (#;ProdT _)) + (^or (#;LambdaT _) (#;AppT _)) false _ |