You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,10 @@ Basically remember these:
184
184
:module ModuleName
185
185
```
186
186
187
+
The `cabal v2-repl target` command can be too heavy weight especially if you're modifying just 1 module in the entire codebase. And it can be problematic when you are breaking type signatures.
188
+
189
+
So instead use `ghci ModuleA/ModuleB` to load up just that module and its dependencies.
190
+
187
191
## FFI
188
192
189
193
This project also demonstrates how to use the FFI. C source files are located in `csrc`, while the C headers are in `include`.
0 commit comments