From 59362f462e90d536d659800951ac3a80a2224431 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 29 Oct 2017 22:09:30 +0100 Subject: [PATCH] Rename result_docs to result_doc for analogy --- Cloogle.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cloogle.dcl b/Cloogle.dcl index be96f61..cfd754d 100644 --- a/Cloogle.dcl +++ b/Cloogle.dcl @@ -110,7 +110,7 @@ from GenEq import generic gEq //* Derivations, if this is a generic function, and their locations , param_doc :: Maybe [String] //* Documentation of the parameters , generic_var_doc :: Maybe [String] //* Documentation of the generic type variables - , result_docs :: Maybe [String] //* Documentation of the result(s) + , result_doc :: Maybe [String] //* Documentation of the result(s) , type_doc :: Maybe String //* Documentation of the type (for macros) } -- GitLab