From a4607e29540a9352c35afff17193ceeab137cc9d Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 03:25:28 +0100 Subject: move monad to util --- nihil.posix/write_file.ccm | 1 - 1 file changed, 1 deletion(-) (limited to 'nihil.posix/write_file.ccm') diff --git a/nihil.posix/write_file.ccm b/nihil.posix/write_file.ccm index ad1129f..e706274 100644 --- a/nihil.posix/write_file.ccm +++ b/nihil.posix/write_file.ccm @@ -3,7 +3,6 @@ export module nihil.posix:write_file; import nihil.std; import nihil.error; -import nihil.monad; import nihil.util; import :fd; import :open; -- cgit v1.2.3