Commit eb39fd6b authored by Grégoire Locqueville's avatar Grégoire Locqueville

Add :ggload command, which loads all `Prelude`s

The previous commit did not work, because GHCi executed the contents of
`.ghci` *before* loading the project.
This commit makes a new command, `:ggload`, available from GHCi when in
the Gargantext project: typing `:ggload` will make available all symbols
from modules named `Prelude` in the Gargantext project.
The name `:ggload` as well as the set of modules to import are still
open to discussion.
parent 7383ee40
Pipeline #6938 passed with stages
in 51 minutes and 51 seconds