We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1c3ce commit e85bb7aCopy full SHA for e85bb7a
copilot-c99/src/Copilot/Compile/C99/Compile.hs
@@ -283,7 +283,7 @@ typeTypes ty = case ty of
283
_ -> [UType ty]
284
285
-- | Collect all expression of a list of streams and triggers and wrap them
286
--- into an UEXpr.
+-- into an UExpr.
287
gatherExprs :: [Stream] -> [Trigger] -> [UExpr]
288
gatherExprs streams triggers = map streamUExpr streams
289
++ concatMap triggerUExpr triggers
0 commit comments