From aae2f816a08a265340f84c6e50fd8665c6ab4617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Mar 2019 23:23:07 +0100 Subject: Update monad library. --- fmt-stack.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'fmt-stack.scm') diff --git a/fmt-stack.scm b/fmt-stack.scm index ced6be3..e1aaca4 100644 --- a/fmt-stack.scm +++ b/fmt-stack.scm @@ -4,10 +4,8 @@ make-fmt-frame empty-fmt-frame fmt-frame->ansi-esc) - #:use-module (control monad) - #:use-module (control monad state) - - #:use-module (data optional) + #:use-module (monad) + #:use-module (monad state) #:use-module (srfi srfi-1) #:use-module (srfi srfi-9 gnu)) -- cgit v1.2.3