diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/specification/compositor/generation/case.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/specification/compositor/generation/case.lux b/stdlib/source/specification/compositor/generation/case.lux index d91b8d861..c76cd5037 100644 --- a/stdlib/source/specification/compositor/generation/case.lux +++ b/stdlib/source/specification/compositor/generation/case.lux @@ -141,7 +141,7 @@ (def: special_input Synthesis (let [_cursor_ (is Synthesis - (synthesis.tuple (list (synthesis.text .prelude_module) + (synthesis.tuple (list (synthesis.text .prelude) (synthesis.i64 +901) (synthesis.i64 +13)))) _code_ (is (-> Synthesis Synthesis) @@ -175,7 +175,7 @@ (|> _end_ (_item_ (__apply__ (__symbol__ ["" "form$"]) (__list__ (list (__apply__ (__symbol__ ["" "tag$"]) - (__tuple__ (list (__text__ .prelude_module) + (__tuple__ (list (__text__ .prelude) (__text__ "Item")))) (__symbol__ ["" "export?-meta"]) (__symbol__ ["" "tail"]))))) |