Commit c603bc8
committed
copilot-language: Remove deprecated function Copilot.Language.Spec.forall. Refs #518.
The function Copilot.Language.Spec.forall not being used by any other
part of Copilot. It was replaced by a function with a different name due
to the lowercase name not being allowed in newer versions of GHC. The
original function was deprecated in Copilot 3.18. As per our internal
policy of waiting 3 versions from deprecation until a public interface
declaration can be removed, this function can now be removed.
This commit removes the function Copilot.Language.Spec.forall from
copilot-language (both in the module that defines it and in a module
that re-exports it).1 parent f5a96ce commit c603bc8
2 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | 168 | | |
174 | 169 | | |
175 | 170 | | |
| |||
0 commit comments