From 959cd272f7124948701fc11a446a04eab0dd520a Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sat, 9 Apr 2016 14:56:55 -0400 Subject: [PATCH] fix typo in fun name --- src/Debug.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Debug.hs b/src/Debug.hs index 5ca28c52e..090351df3 100644 --- a/src/Debug.hs +++ b/src/Debug.hs @@ -44,4 +44,4 @@ traceIO = T.traceIO {-# WARNING notImplemented "'notImplemented' remains in code" #-} notImplemented :: a -otImplemented = P.error "Not implemented" +notImplemented = P.error "Not implemented"