Skip to content

Commit 33c17c2

Browse files
Remove deprecated function copilot-language:Copilot.Language.Operators.Extern.funArg. Refs #250.
The function copilot-language:Copilot.Language.Operators.Extern.funArg was deprecated since Copilot 3.3. As we reach 3 versions without detecting any need for it from any internal or external work, this function is now ready to be removed.
1 parent 7bdca02 commit 33c17c2

File tree

1 file changed

+0
-6
lines changed
  • copilot-language/src/Copilot/Language/Operators

1 file changed

+0
-6
lines changed

copilot-language/src/Copilot/Language/Operators/Extern.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module Copilot.Language.Operators.Extern
1818
, externI32
1919
, externI64
2020
, externD
21-
, funArg
2221
) where
2322

2423
import Copilot.Core (Typed)
@@ -42,11 +41,6 @@ extern :: Typed a
4241
-> Stream a
4342
extern = Extern
4443

45-
-- | Deprecated.
46-
funArg :: Typed a => Stream a -> Arg
47-
funArg = Arg
48-
{-# DEPRECATED funArg "funArg is deprecated" #-}
49-
5044
--------------------------------------------------------------------------------
5145

5246
-- | Create a stream carrying values of type Bool, populated by an external

0 commit comments

Comments
 (0)