From 9224e54bf175ebe13c3fae42f04b649413c737e7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Apr 2022 03:27:59 -0400 Subject: De-sigil-ification: & --- lux-php/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-php') diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index b12d19917..460051029 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -506,7 +506,7 @@ (IO (Platform [Nat _.Label] _.Expression _.Statement)) (do io.monad [host ..host] - (wrap [platform.#&file_system (file.async file.default) + (wrap [platform.#file_system (file.async file.default) platform.#host host platform.#phase php.generate platform.#runtime runtime.generate -- cgit v1.2.3