diff --git a/elisp/ghc-flymake.el b/elisp/ghc-flymake.el index 211d29c..89f80fe 100644 --- a/elisp/ghc-flymake.el +++ b/elisp/ghc-flymake.el @@ -159,7 +159,7 @@ (insert fn) (dotimes (i arity) (insert " _")) - (insert " = undefined\n"))))) + (insert " = error \"" fn "\""))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;