Commit b826f42
committed
copilot-theorem: Add explicit imports for Control.Monad. Refs #491.
The modules in Control.Monad.* in mtl >= 2.3 no longer re-export
Control.Monad, leading to a number of compilation errors in
copilot-theorem. Since mtl >= 2.3 is required for Copilot to work with
GHC 9.6 and above, this issue prevents Copilot from compiling with
current versions of GHC, including the one in hackage.
This commit updates copilot-theorem so that any imports from
Control.Monad are explicit and not via re-exports from other modules.1 parent 1c6e0c7 commit b826f42
File tree
4 files changed
+4
-0
lines changed- copilot-theorem/src/Copilot/Theorem
- IL
- TransSys
4 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments