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.ucl/parser.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.ucl/parser.ccm') diff --git a/nihil.ucl/parser.ccm b/nihil.ucl/parser.ccm index 0100fda..306f068 100644 --- a/nihil.ucl/parser.ccm +++ b/nihil.ucl/parser.ccm @@ -6,7 +6,7 @@ module; export module nihil.ucl:parser; import nihil.std; -import nihil.monad; +import nihil.util; import :object; import :map; -- cgit v1.2.3