Help with Haskell dynamic plugin load

后端 未结 2 1877
不知归路
不知归路 2020-12-25 14:47

I\'m a Haskell beginner, and I\'m trying to use the dynamic loading in the \'plugins\' package. I\'m kind of lost. Here is a minimal program with two files.

Main.h

2条回答
  •  天命终不由人
    2020-12-25 15:03

    You might want to take a look at a similar problem with the GHC-API on haskell ghc dynamic compliation only works on first compile.

提交回复
热议问题