From 366504c3012b3c894ba991f0018c971599c3a198 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 3 Oct 2007 23:57:05 +0000 Subject: [PATCH] Corrected a couple of Haddock syntax problems in GenerateC --- backends/GenerateC.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/GenerateC.hs b/backends/GenerateC.hs index a8d660f..235e271 100644 --- a/backends/GenerateC.hs +++ b/backends/GenerateC.hs @@ -66,9 +66,9 @@ data GenOps = GenOps { declareFree :: GenOps -> Meta -> A.Type -> A.Variable -> Maybe (CGen ()), declareInit :: GenOps -> Meta -> A.Type -> A.Variable -> Maybe (CGen ()), declareType :: GenOps -> A.Type -> CGen (), - -- | Generates an individual parameter to a function/proc. + -- | Generates an individual parameter to a function\/proc. genActual :: GenOps -> A.Actual -> CGen (), - -- | Generates the list of actual parameters to a function/proc. + -- | Generates the list of actual parameters to a function\/proc. genActuals :: GenOps -> [A.Actual] -> CGen (), genAlt :: GenOps -> Bool -> A.Structured -> CGen (), -- | Generates the given array element expressions as a flattened (one-dimensional) list of literals